Skip to content

Commit c0bcfe8

Browse files
Debug Agentclaude
andcommitted
fix(ci): restore trailing spaces in stale.yml for yamlfmt compliance
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 7aeffca commit c0bcfe8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/stale.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ jobs:
2020
- uses: actions/stale@v10
2121
with:
2222
repo-token: ${{ secrets.GITHUB_TOKEN }}
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
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
2424
comment, otherwise it will be closed in 10 days.
2525
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,
2626
otherwise it will be closed in 10 days.
2727
days-before-stale: 40
2828
exempt-issue-labels: roadmap,backlog
29-
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
3030
manageable and focus on active issues.
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
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
3232
like to continue the PR, please resubmit or let us know.
3333
days-before-close: 10
3434
operations-per-run: 150

0 commit comments

Comments
 (0)