Skip to content

Commit

Permalink
Create stale.yml (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
shenxianpeng committed Apr 9, 2024
1 parent 706b731 commit 00752b1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: 'Close stale issues'
on:
schedule:
- cron: '30 1 * * *'
permissions:
issues: write

jobs:
stale:
uses: cpp-linter/.github/.github/workflows/stale.yml@main

0 comments on commit 00752b1

Please sign in to comment.