Skip to content

Commit

Permalink
Switch to actions/stale (#93)
Browse files Browse the repository at this point in the history
* Delete .github/stale.yml

* Create stale.yml
  • Loading branch information
shenxianpeng committed Apr 9, 2024
1 parent 19ab167 commit b93b1da
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 b93b1da

Please sign in to comment.