Skip to content

Commit 8919b88

Browse files
committed
added or replaced stale issue closer with standard version
1 parent 5a179e7 commit 8919b88

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/standard-stale.yml

+11
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)