-
Notifications
You must be signed in to change notification settings - Fork 2.2k
chore: add stale issue bot #14521
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
chore: add stale issue bot #14521
Conversation
7abea0d
to
a646eb2
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.
Do we actually want to close all stale issues with pending-community-response? I think this only applies for questions and not confirmed bugs or feature requests.
I agree that we can exclude confirmed bugs, but do you think there is anything else worth excluding? |
I think we only want it for questions and exclude everything else? |
I'll modify it to only target questions pending community response. We can change it later to add more labels if we want. |
Description of changes
pending-community-response
Description of how you validated changes
debug-only
flag to dry-run the workflow first to verify it. I will remove that flag in a follow-up PR once I confirm it runs successfully.Checklist
yarn test
passesChecklist for repo maintainers
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.