Skip to content

Commit

Permalink
fix stale (#6473)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex authored Oct 4, 2023
1 parent 9b03f9d commit 80986bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
days-before-stale: 60
days-before-close: 14
operations-per-run: 100
exempt-pr-labels: 'work-in-progress','4.x'
exempt-issue-labels: 'work-in-progress','4.x'
exempt-pr-labels: 'work-in-progress,4.x'
exempt-issue-labels: 'work-in-progress,4.x'

0 comments on commit 80986bb

Please sign in to comment.