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.
stale.yml
1 parent 9aa8e38 commit deb3c04Copy full SHA for deb3c04
1 file changed
.github/workflows/stale.yml
@@ -0,0 +1,11 @@
1
+name: stale
2
+
3
+on:
4
+ schedule:
5
+ - cron: "31 22 * * *" # Runs every day at 10:31 PM UTC
6
7
+jobs:
8
+ stale:
9
+ uses: eslint/workflows/.github/workflows/stale.yml@main
10
+ secrets:
11
+ token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments