Skip to content

Commit 9f62790

Browse files
Kikobeatsclaude
andcommitted
ci: stop the stale bot from closing relevant issues
days-before-stale was 7, so any discussion thread got nagged after a week. exempt-issue-labels pointed at a 'Postpone' label that did not exist in the repo, so nothing was ever exempt, and PRs had no exemption list at all. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01DrPGBtLDkdnYXQv4u3r7bG
1 parent 8c0b2c7 commit 9f62790

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/stale-issues.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,10 @@ jobs:
2424
2525
stale-issue-label: 'stale'
2626

27-
days-before-stale: 7
27+
days-before-stale: 60
2828

2929
days-before-close: 7
3030

31-
exempt-issue-labels: 'Postpone'
31+
exempt-issue-labels: 'Postpone, next-version'
32+
33+
exempt-pr-labels: 'Postpone, next-version'

0 commit comments

Comments
 (0)