-
-
Notifications
You must be signed in to change notification settings - Fork 60
Stale action should not process issues #439
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
Yeah, I had a look at the docs myself, and that seems to be the correct change for this particular problem. Regarding the "close-stale-prs-action": Perhaps it's worth it opening a new issue instead of re-opening #93 (that issue is pretty noisy)? |
As I mentioned on Discord, during the migration I kept both the
Would this work with the current workflow? My reasoning is that:
In theory we might get rid of |
This issue is for the pressing need to prevent the current action processing issues, I've created PR python/cpython#91501 for that.
Yes, let's open a new issue for closing stale PRs.
Should we discuss this as part of a new issue or closing stale PRs? |
-> #441 |
Re:
The
CLA [not] signed
label handling has been removed because the new CLA bot doesn't use those labels, so it now won't close any stale PRs: python/cpython#91429.What I wrote in #93 (comment) isn't accurate on two counts:
only-pr-labels
doesn't restrict to processing PRs only, it overridesonly-labels
for PRs, and for issues it will use theonly-labels
default instead. Anyway, it doesn't matter becauseonly-pr-labels
was deleted in the PR.More importantly, the action does also run for issues (for example: https://github.com/python/cpython/runs/5981894131?check_suite_focus=true) so we need to adjust the config
Aside: One option is to also mark issues as stale, but that's another conversation. We should also figure out a way to reinstate closing old PRs that don't have the CLA signed (i.e. redo #93), that's also another conversation.
I don't see any option at https://github.com/actions/stale that says "run on PRs only"? so I think what we need to do is change:
into:
where:
cc @erlend-aasland @ezio-melotti
The text was updated successfully, but these errors were encountered: