-
Notifications
You must be signed in to change notification settings - Fork 642
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ISSUE #4206] Add github-action 'stale' bot to this repo #4207
Conversation
@Alonexc Hello Alonexc, I noticed that not all of the good first issues were labeled Considering this situation and comparing with the solution I mentioned which "removing this whitelist and adding the help wanted label to good first issues that have been inactive for a long time and triggered the stale status", would you think it would be better to remove the |
Hi, I think it's OK, the tag will be marked when it's raised, and if some issues are fixed, I'll go ahead and close it too. |
Thank you for your reply. I have removed |
My fork repo has enabled Continuous Integration, and the latest commit passed all the checks. @xwm1992 Please add Here is the list of issues included in #3873 that are still unclaimed at this time, please add
Besides, maybe you would like to add this issue into |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4207 +/- ##
=============================================
+ Coverage 0 17.55% +17.55%
- Complexity 0 1778 +1778
=============================================
Files 0 797 +797
Lines 0 29871 +29871
Branches 0 2582 +2582
=============================================
+ Hits 0 5243 +5243
- Misses 0 24145 +24145
- Partials 0 483 +483 ☔ View full report in Codecov by Sentry. |
I added |
|
Change log:
|
I have updated this action. Now, the Stale Bot will not close any issues or pull requests. I prefer to have it simply provide reminders and guide contributors on how to advance their work with the help of the community. In my opinion, the most effective way for reviewers to use the Stale Bot is to combine it with the mailing list. Comments sent by the Stale Bot in the [email protected] can be archived into a dedicated folder. Whenever this folder receives a new email, reviewers can check the corresponding pull request to see the progress. I have added exclusion labels for issues that do not require comments from the Stale Bot. Let me know your thoughts on this. The Stale PR message: It has been 60 days since the last activity on this pull request. I am reaching out here to gently remind you that the Apache EventMesh community values every pull request, and please feel free to get in touch with the reviewers at any time. They are available to assist you in advancing the progress of your pull request and offering the latest feedback. If you encounter any challenges during development, seeking support within the community is encouraged. We sincerely appreciate your contributions to Apache EventMesh. The Stale Issue message: It has been 90 days since the last activity on this issue. Apache EventMesh values the voices of the community. Please don't hesitate to share your latest insights on this matter at any time, as the community is more than willing to engage in discussions regarding the development and optimization directions of this feature. If you feel that your issue has been resolved, please feel free to close it. Should you have any additional information to share, you are welcome to reopen this issue. For the parameter
For the parameter
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@xwm1992 Would you please kindly re-approve it |
Fixes #4206.
Motivation
Please see #4206.
If an issue or pull request remains inactive for a certain period of time, it will be automatically closed.
Modifications
I have set up a whitelist for pull requests with the
help wanted
label and for issues with the labelspinned
,discussion
,good first issue
,Hacktoberfest
andhelp wanted
.For Contributors
The
good first issue
list is maintained by @Alonexc . If a pull request remains inactive for an extended period, it will be closed. However, if the assignee has not even submitted the pull request, it cannot be automatically handled. This decision depends on Alonexc's preference. If maintaining it becomes too burdensome, I suggest removing this whitelist and adding thehelp wanted
label to good first issues that have been inactive for a long time and triggered thestale
status.For Maintainers
Pinned issues and to-do lists need to be labeled with the
pinned
ordiscussion
orhelp wanted
tag.Documentation