Skip to content

Commit d9e550e

Browse files
authored
ci: exempt issues and PRs from becoming stale automatically (#1036)
## Description Some of the issues/PRs are long-lived. But they are set to stale after some weeks. As it creates some manual workload to remove the stale label, this PR introduces a `work-in-progress` label. Issues/PRs with this label are never set to stale. ## Migrations required No ## Verification None
1 parent 8b76c0f commit d9e550e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/stale.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,7 @@ jobs:
2222
close-pr-message: 'This PR was closed because it has been stalled for 15 days with no activity.'
2323
days-before-stale: 60
2424
days-before-close: 15
25+
exempt-issue-labels: 'work-in-progress'
26+
exempt-pr-labels: 'work-in-progress'
2527
stale-issue-label: 'stale'
2628
stale-pr-label: 'stale'

0 commit comments

Comments
 (0)