stale
stale copied to clipboard
Feature request: remove stale label on closing
Description:
It would be nice to have the option to remove the stale label when an issue is closed by a stale workflow. A more generic option might be labels-to-remove-when-closed
.
Justification: Stale action can be used to ask for additional information during an issue triaging process. Consider the following workflow:
- An issue is created with
triage
label. - Maintainer reviews the issue and asks for more details.
- Maintainer adds
pending:details
to the issue. - No details provided.
- The issue is closed by stale action.
Current behavior:
6. The issue has triage
, pending:details
and any labels from close-issue-label
.
Expected behavior:
6. The issue has labels from close-issue-label
, but triage
and pending:details
are removed.
It might be achieved by triggering actions-ecosystem/action-remove-labels
action on issues closed event, but this event isn't triggered.
Hello @ov7a , Thank you for the heads up. We will take a look at your feature request and come back with some info as soon as we have some.