Skip to content

Commit

Permalink
[chore] Attempt two: Avoid running stale bot on issues (#771)
Browse files Browse the repository at this point in the history
  • Loading branch information
joaopgrassi authored Feb 26, 2024
1 parent b825ce1 commit 4f434da
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/stale-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,9 @@ jobs:
close-pr-message: 'Closed as inactive. Feel free to reopen if this PR is still being worked on.'
exempt-pr-labels: 'bug,work in progress,experts needed'
exempt-draft-pr: true
# opt out of defaults to avoid marking issues as stale
days-before-stale: -1
days-before-close: -1
# overrides the above only for pull requests
days-before-pr-stale: 15
days-before-pr-close: 7

0 comments on commit 4f434da

Please sign in to comment.