Skip to content

Commit 264b65d

Browse files
authored
Swtich to actions/stale (#102)
1 parent 4152a77 commit 264b65d

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)