Skip to content

Commit

Permalink
Merge pull request #9577 from certbot/update-stale
Browse files Browse the repository at this point in the history
Disable stale for PRs
  • Loading branch information
wgreenberg committed Feb 14, 2023
2 parents dc07dfd + 1da113d commit 9960c19
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,15 @@ jobs:
# Idle number of days before marking issues stale
days-before-issue-stale: 365

# Never mark PRs as stale
days-before-pr-stale: -1

# Idle number of days before closing stale issues
days-before-issue-close: 30

# Never close PRs
days-before-pr-close: -1

# Ignore issues with an assignee
exempt-all-issue-assignees: true

Expand Down

0 comments on commit 9960c19

Please sign in to comment.