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 ec653be commit 08d2aafCopy full SHA for 08d2aaf
.github/workflows/stale.yml
@@ -1,15 +1,15 @@
1
name: "Close stale issues and PRs"
2
3
-on: [workflow_dispatch]
4
- # schedule:
5
- # # Every day at 00:00
6
- # - cron: "0 0 * * *"
+on:
+ schedule:
+ # Every day at 00:00
+ - cron: "0 0 * * *"
7
8
jobs:
9
stale:
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/stale@v2.0.0
+ - uses: actions/stale@v4.0.0
13
with:
14
repo-token: ${{ secrets.GITHUB_TOKEN }}
15
stale-issue-message: 'This issue had no activity for **6 months**. It will be closed in **2 weeks** unless there is some new activity.'
0 commit comments