Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 06fa3f2

Browse files
authoredApr 9, 2024··
Create stale.yml
1 parent 706b731 commit 06fa3f2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
 

‎.github/workflows/stale.yml

Lines changed: 10 additions & 0 deletions
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)
Please sign in to comment.