Skip to content

Commit

Permalink
Merge pull request #2 from zrpxx/add-stale-bot
Browse files Browse the repository at this point in the history
Create stale-bot.yaml
  • Loading branch information
NicerWang authored Dec 23, 2024
2 parents 240b936 + ed4c2c9 commit 7d5d7d1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/stale-bot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: 'Close stale issues and PRs'
on:
schedule:
- cron: '0 8 * * *'

jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v9
with:
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label / comment, or this will be closed in 5 days.'
days-before-stale: 30
days-before-close: 5

0 comments on commit 7d5d7d1

Please sign in to comment.