Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/issue-management-stale-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ jobs:
exempt-issue-labels: "needs author feedback"
days-before-pr-stale: -1
days-before-pr-close: -1
days-before-stale: 365
days-before-close: 0
close-issue-label: stale
days-before-issue-stale: 365
days-before-issue-close: 0
stale-issue-label: stale
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's the third line that was the bug

b/c the stale action automatically removes any close-issue-label from open issues at the start of processing (before checking exemptions), because close labels are meant to be added only when an issue is being closed.

close-issue-message: >
Since there has been no activity on this enhancement for the past year we are closing it to help maintain our backlog.
Anyone who would like to work on it is still welcome to do so, and we can re-open it at that time.
Expand Down
Loading