Skip to content

Commit f76d9f3

Browse files
jacalataclaude
andauthored
ci: exempt Server-Side Enhancement label from stale bot (#1841)
* ci: exempt server-side-gap label from stale bot Issues blocked on server-side REST API work have no client-side activity to accumulate, so the stale bot would repeatedly flag them by default. Exempt the `server-side-gap` label (used to mark issues that need a server-side fix and cannot be resolved in TSC alone) so those items stay open until the underlying server work lands. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * fixup: use existing 'Server-Side Enhancement' label instead of new one The repo already has a 'Server-Side Enhancement' label applied to issues blocked on server-side REST API work (e.g. #1716, #1658, #1537, #1508). Adding a parallel 'server-side-gap' label would have been redundant. Point the stale-bot exemption at the existing label. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 8d9d2f9 commit f76d9f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
stale-issue-label: 'stale'
2020
stale-pr-label: 'stale'
21-
exempt-issue-labels: 'good first issue,Design Proposal,in-progress'
21+
exempt-issue-labels: 'good first issue,Design Proposal,in-progress,Server-Side Enhancement'
2222
exempt-pr-labels: 'in-progress'
2323

2424
days-before-issue-stale: 60

0 commit comments

Comments
 (0)