Skip to content

Commit

Permalink
Swtich to actions/stale (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
shenxianpeng authored Apr 8, 2024
1 parent c07c25d commit 60d8794
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/stale.yml

This file was deleted.

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 60d8794

Please sign in to comment.