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 e3d1875 commit 7657dd9Copy full SHA for 7657dd9
.github/workflows/stale.yml
@@ -1,7 +1,8 @@
1
+---
2
name: Close inactive issues
-on:
3
+'on':
4
schedule:
- - cron: "52 16 * * 1" # semi-random time
5
+ - cron: "55 21 * * 1" # semi-random time
6
7
jobs:
8
close-issues:
.yamllint
@@ -7,4 +7,4 @@ rules:
level: warning
9
ignore: |
10
- .github/stale.yml
+ .github/workflows/stale.yml
0 commit comments