-
Notifications
You must be signed in to change notification settings - Fork 406
Open
Labels
feature requestNew feature or request to improve the current logicNew feature or request to improve the current logic
Description
Description:
Remove the stale label when a PR is closed or merged
It would be helpful if actions/stale could automatically remove the stale label once a pull request is either merged or closed. A PR that has been merged or intentionally closed is no longer stale, so keeping the label is misleading.
Proposed configuration options could include something like:
remove-pr-stale-when-closed
remove-pr-stale-when-merged
This should ideally cover both cases:
- PRs closed or merged manually by users.
- PRs closed automatically by actions/stale workflow.
Currently, the stale label remains even after closure, and the action provides no way to clean it up without an additional workflow. Adding this feature would help keep repositories cleaner and labels more meaningful.
clue
Metadata
Metadata
Assignees
Labels
feature requestNew feature or request to improve the current logicNew feature or request to improve the current logic