Skip to content

Commit

Permalink
ci: add stale check
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-jerry-ye committed Jan 7, 2025
1 parent de7102b commit 7896bc9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/issues.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
on:
schedule:
- cron: '0 0 * * *'

jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v9
with:
days-before-stale: 30

0 comments on commit 7896bc9

Please sign in to comment.