Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Commit 6027306

Browse files
committed
Remove stale comments
1 parent d69cc03 commit 6027306

1 file changed

Lines changed: 9 additions & 14 deletions

File tree

.github/workflows/stale.yml

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,26 +8,21 @@ name: Mark stale issues and pull requests
88
on:
99
workflow_dispatch:
1010
schedule:
11-
- cron: '35 8 * * *'
11+
- cron: "35 8 * * *"
1212

1313
jobs:
1414
stale:
15-
1615
runs-on: ubuntu-latest
1716
permissions:
1817
issues: write
1918
pull-requests: write
2019

2120
steps:
22-
- name: Close Stale Issues
23-
uses: actions/stale@v9.0.0
24-
with:
25-
repo-token: ${{ secrets.STALE_ISSUE_TOKEN }}
26-
stale-issue-message: 'This issue has automatically been marked as stale as there has been no activity for 60 days. Remove stale label or comment or this will be closed in 7 days.'
27-
stale-pr-message: 'This pull request has automatically been marked as stale as there has been no activity for 30 days. Remove stale label or comment or this will be closed in 7 days.'
28-
stale-issue-label: 'stale'
29-
stale-pr-label: 'stale'
30-
close-issue-message: 'This issue has been closed automatically due to a lack of activity.'
31-
close-pr-message: 'This pull request has been closed automatically due to a lack of activity.'
32-
days-before-pr-stale: 30
33-
days-before-close: -1
21+
- name: Close Stale Issues
22+
uses: actions/stale@v9.0.0
23+
with:
24+
repo-token: ${{ secrets.STALE_ISSUE_TOKEN }}
25+
stale-issue-label: "stale"
26+
stale-pr-label: "stale"
27+
days-before-pr-stale: 30
28+
days-before-close: -1

0 commit comments

Comments
 (0)