We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a179e7 commit 8919b88Copy full SHA for 8919b88
.github/workflows/standard-stale.yml
@@ -0,0 +1,11 @@
1
+name: Standard Autocloser
2
+
3
+on:
4
+ schedule:
5
+ - cron: "30 1 * * *"
6
7
+jobs:
8
+ call-standard-autocloser:
9
+ name: Autocloser
10
+ uses: gobuffalo/.github/.github/workflows/stale.yml@v1
11
+ secrets: inherit
0 commit comments