Skip to content

Commit

Permalink
introduce stalebot (#1157)
Browse files Browse the repository at this point in the history
  • Loading branch information
anakin87 authored Oct 28, 2024
1 parent 7eb062c commit 3220330
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/CI_stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: 'Stalebot'
on:
schedule:
- cron: '30 1 * * *'

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

0 comments on commit 3220330

Please sign in to comment.