Skip to content

Commit

Permalink
Clean up stale bot config file (#5834)
Browse files Browse the repository at this point in the history
Signed-off-by: Matej Gera <[email protected]>

Signed-off-by: Matej Gera <[email protected]>
  • Loading branch information
matej-g authored Oct 28, 2022
1 parent 203a295 commit 1bc1a07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ exemptLabels:
# This label is hardcoded on remind bot (https://probot.github.io/apps/reminders/) and is used by remind bot when
# issue is being reminded.
- reminder
- 'state: someone-working-on-it'
- 'dont-go-stale'
- "state: someone-working-on-it"
- dont-go-stale

# Set to true to ignore issues in a project (defaults to false)
exemptProjects: false
Expand All @@ -22,7 +22,7 @@ exemptAssignees: false
# Label to use when marking as stale
staleLabel: stale

pull:
pulls:
daysUntilClose: 7
daysUntilStale: 30
markComment: >
Expand Down

0 comments on commit 1bc1a07

Please sign in to comment.