Skip to content

Commit b93b1da

Browse files
authored
Switch to actions/stale (#93)
* Delete .github/stale.yml * Create stale.yml
1 parent 19ab167 commit b93b1da

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.github/stale.yml

-1
This file was deleted.

.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)