-
Notifications
You must be signed in to change notification settings - Fork 39
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
feat: Enable auto-label bot to mark stale pull requests #758
Conversation
.github/auto-label.yml
Outdated
product: true | ||
staleness: | ||
pullrequest: true | ||
old: 30 |
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.
PR will be marked as "stale: old" if older then 30 days since created and "stale: critical" if older than 60 days.
Feel free to comment.
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.
It seems the extension of the auto-label configuration is invalid. Does it mean the bot will not pick the configuration?
Should the bot be more diverse about YAML file extension?
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
Need to enable this bot on the repo in order to see it is working.
Fixes #<757> ☕️