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.
2 parents c6df143 + 976071c commit 23bf0e9Copy full SHA for 23bf0e9
.github/workflows/stale-updater.yaml
@@ -0,0 +1,15 @@
1
+name: 'Mark stale issues and PRs'
2
+on:
3
+ schedule:
4
+ - cron: '30 1 * * *'
5
+
6
+jobs:
7
+ stale:
8
+ runs-on: ubuntu-latest
9
+ steps:
10
+ - uses: actions/[email protected]
11
+ with:
12
+ stale-issue-message: 'This issue is stale because it has been open 30 days with no activity.'
13
+ stale-pr-message: 'This PR is stale because it has been open 30 days with no activity.'
14
+ days-before-stale: 30
15
+ days-before-close: -1
0 commit comments