-
Notifications
You must be signed in to change notification settings - Fork 8
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 stale_prs.yml #106
Create stale_prs.yml #106
Conversation
added you @YmirKhang , as this is kind of ops-related. |
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.
|
||
on: | ||
schedule: | ||
- cron: 21 18 * * * |
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.
Is 18:21 a special time for squirrel?
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 was suggested by github and couldn't edit it
.github/workflows/stale_prs.yml
Outdated
pull-requests: write | ||
|
||
steps: | ||
- uses: actions/stale@v5 |
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.
Also the latest release is v7. Do we have any reason to stick with v5 here?
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 was suggested by github too. Will update to newest
Create Github Actions config to auto-label PR as stale after 30 days and auto-close after 7 days of been stale.
Update stale version v5 => v7
47c0544
to
feceafe
Compare
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.
Wonderful. LGTM!
Create Github Actions config to auto-label PR as stale after 30 days and auto-close after 7 days of been stale.
Description
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context.
List any dependencies that are required for this change.
Fixes # issue
Type of change
Checklist: