Skip to content

Commit

Permalink
[chore] Exclude issues from stale bot check (#745)
Browse files Browse the repository at this point in the history
  • Loading branch information
joaopgrassi authored Feb 14, 2024
1 parent 0b437c0 commit 8b4ad95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stale-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ 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
days-before-stale: 15
days-before-close: 7
days-before-pr-stale: 15
days-before-pr-close: 7

0 comments on commit 8b4ad95

Please sign in to comment.