Skip to content
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

Merged
merged 4 commits into from
Mar 11, 2024

Conversation

sachinprasadhs
Copy link
Collaborator

No description provided.

Copy link
Member

@mattdangerw mattdangerw left a 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
Copy link
Member

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.

Copy link
Collaborator Author

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
Copy link
Member

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?

Copy link
Collaborator Author

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.

Copy link
Member

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!

@mattdangerw mattdangerw merged commit 361e392 into master Mar 11, 2024
14 checks passed
@sachinprasadhs sachinprasadhs deleted the sachinprasadhs-patch-1 branch March 11, 2024 21:32
abuelnasr0 pushed a commit to abuelnasr0/keras-nlp that referenced this pull request Apr 2, 2024
…eras-team#1495)

* Create auto-assignment.js

* Create auto-assignment.yml

* Create stale-issue-pr.yml

* Minor changes to auto_labler
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants