Skip to content

Commit

Permalink
extend stalebot to community triage (#7352)
Browse files Browse the repository at this point in the history
  • Loading branch information
masci authored Mar 13, 2024
1 parent 5aee378 commit 762e8c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ on:
- cron: '30 1 * * *'

jobs:
proposals:
makestale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v9
with:
only-labels: 'proposal'
stale-pr-message: 'This proposal 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.'
only-labels: 'proposal,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 762e8c8

Please sign in to comment.