We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3a096e commit 06b8febCopy full SHA for 06b8feb
.github/workflows/stale.yml
@@ -0,0 +1,17 @@
1
+name: 'Close stale issues and PRs'
2
+on:
3
+ schedule:
4
+ - cron: '30 1 * * *'
5
+
6
+permissions:
7
+ issues: write
8
+ pull-requests: write
9
10
+jobs:
11
+ stale:
12
+ runs-on: ubuntu-latest
13
+ steps:
14
+ - uses: actions/stale@v9
15
+ with:
16
+ stale-issue-message: 'This issue has been stale for 60 days and will be closed automatically in 7 days. Comment to keep it open.'
17
+ stale-pr-message: 'This PR has been stale for 60 days and will be closed automatically in 7 days. Comment to keep it open.'
0 commit comments