Skip to content

Commit 00752b1

Browse files
authored
Create stale.yml (#45)
1 parent 706b731 commit 00752b1

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/stale.yml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: 'Close stale issues'
2+
on:
3+
schedule:
4+
- cron: '30 1 * * *'
5+
permissions:
6+
issues: write
7+
8+
jobs:
9+
stale:
10+
uses: cpp-linter/.github/.github/workflows/stale.yml@main

0 commit comments

Comments
 (0)