Skip to content

Commit 7aeffca

Browse files
Debug Agentclaude
andcommitted
chore(ci): revert stale.yml to shipping state after write-path verification
Stale write-path confirmed end-to-end (run 24503276447): - Added "Stale" label to PR #2830 ✓ - Posted stale comment on PR #2830 ✓ - Statistics: "Added PRs labels: 1, Added PRs comments: 1" - Side effects cleaned up (label removed, comment deleted) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 9231248 commit 7aeffca

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/stale.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ name: Close stale issues
66
on:
77
schedule:
88
- cron: 30 1 * * *
9-
workflow_dispatch: # temporary — write-path verification
109

1110
permissions:
1211
issues: write
@@ -21,15 +20,15 @@ jobs:
2120
- uses: actions/stale@v10
2221
with:
2322
repo-token: ${{ secrets.GITHUB_TOKEN }}
24-
stale-issue-message: This issue is stale because it has been open for 40 days with no activity. Remove the stale label or leave a
23+
stale-issue-message: This issue is stale because it has been open for 40 days with no activity. Remove the stale label or leave a
2524
comment, otherwise it will be closed in 10 days.
2625
stale-pr-message: This PR is stale because it has been open for 40 days with no activity. Remove the stale label or leave a comment,
2726
otherwise it will be closed in 10 days.
28-
days-before-stale: 1
27+
days-before-stale: 40
2928
exempt-issue-labels: roadmap,backlog
30-
close-issue-message: This issue was automatically closed due to 50 days of inactivity. We do this to help keep the issues somewhat
29+
close-issue-message: This issue was automatically closed due to 50 days of inactivity. We do this to help keep the issues somewhat
3130
manageable and focus on active issues.
32-
close-pr-message: This PR was closed because it had no activity for 50 days. If you feel this was closed in error, and you would
31+
close-pr-message: This PR was closed because it had no activity for 50 days. If you feel this was closed in error, and you would
3332
like to continue the PR, please resubmit or let us know.
3433
days-before-close: 10
35-
operations-per-run: 4
34+
operations-per-run: 150

0 commit comments

Comments
 (0)