-
Notifications
You must be signed in to change notification settings - Fork 242
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
Create workflow for auto assignment of issues and for stale issues #1495
Conversation
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.
Code looks good. Just have some questions as to what this will do.
@@ -0,0 +1,50 @@ | |||
name: Close inactive issues |
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.
Will this affect existing issues? We probably have some old stale ones.
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.
This applies only when the label "stat:awaiting response from contributor" is applied
close-issue-message: > | ||
This issue was closed because it has been inactive for 28 days. | ||
Please reopen if you'd like to work on this further. | ||
days-before-pr-stale: 14 |
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.
Does this mean all prs with no activity will close after 14 days? Or just ones annotated with awaiting response?
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.
This applies only when the label "stat:awaiting response from contributor" is applied. For the important PRs we can avoid applying the label.
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.
Got it! Let's try it out!
…eras-team#1495) * Create auto-assignment.js * Create auto-assignment.yml * Create stale-issue-pr.yml * Minor changes to auto_labler
No description provided.