-
-
Notifications
You must be signed in to change notification settings - Fork 60
Use "stale" GitHub actions to mark PRs as stale #372
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
Comments
Added the "stale" GitHub action to the CPython repo. PR's older than 30 days will be labeld as stale using the "stale-pr" label. If needed, it can be configured to more than 30 days. I've added bedevere-bot's GitHub token to the repo's secret settings as ``BEDEVERE_GH_TOKEN`` Closes python/core-workflow#372
Created the PR for this functionality, and I'm using bedevere-bot's GitHub token. python/cpython#21247 Let me know if we want to use other bot's GitHub token. |
We shouldn't use any bot token as it's not necessary. GitHub Actions comes with its own write token for a repo. I also left a comment about the setting to close PRs after 5 days from being marked stale. That's a big shift in how we manage the PR queue and probably requires a broader discussion. |
Adding "stale" GitHub Action Added the "stale" GitHub action to the CPython repo. PR's older than 30 days will be labeled as stale using the "stale-pr" label. Closes python/core-workflow#372 Co-authored-by: Brett Cannon <brett@python.org>
Adding "stale" GitHub Action Added the "stale" GitHub action to the CPython repo. PR's older than 30 days will be labeled as stale using the "stale-pr" label. Closes python/core-workflow#372 Co-authored-by: Brett Cannon <brett@python.org>
It would be great if we can set up the
stale
GitHub Actions to the CPython repo to automatically mark PRs as stale:https://github.com/actions/stale
The text was updated successfully, but these errors were encountered: