Skip to content

Commit

Permalink
Update stale.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
korikuzma authored Feb 25, 2024
1 parent 2bfe512 commit dc9acf0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ jobs:
pull-requests: write
steps:
- uses: actions/stale@v9
with:
remove-stale-when-updated: true
with:
remove-stale-when-updated: true

days-before-issue-stale: 90
stale-issue-label: stale
stale-issue-message: 'This issue is stale because it has been open 90 days with no activity. Please make a comment for triaging or closing the issue.'
days-before-issue-stale: 90
stale-issue-label: stale
stale-issue-message: 'This issue is stale because it has been open 90 days with no activity. Please make a comment for triaging or closing the issue.'

days-before-pr-stale: 30
stale-pr-label: stale
stale-pr-message: 'This PR is stale because it has been open 30 days with no activity. Please review this PR.'
days-before-pr-stale: 30
stale-pr-label: stale
stale-pr-message: 'This PR is stale because it has been open 30 days with no activity. Please review this PR.'

0 comments on commit dc9acf0

Please sign in to comment.