Skip to content

Commit

Permalink
Reduce stale days to 14 and only exempt external contributions.
Browse files Browse the repository at this point in the history
Also update the starting date to 2022-09-14.
  • Loading branch information
r0qs committed Sep 14, 2022
1 parent d8e10ce commit c4de81e
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 @@ -23,11 +23,11 @@ jobs:
This pull request is stale because it has been open for 30 days with no activity.
It will be closed in 7 days unless the `stale` label is removed.
stale-pr-label: stale
days-before-pr-stale: 30
days-before-pr-stale: 14
days-before-pr-close: 7
exempt-pr-labels: 'roadmap,must have,must have eventually,should have,nice to have,external contribution'
exempt-pr-labels: 'external contribution'
exempt-draft-pr: true
exempt-all-milestones: true
remove-stale-when-updated: true
operations-per-run: 60
start-date: "2022-09-13"
start-date: "2022-09-14"

0 comments on commit c4de81e

Please sign in to comment.