mirror of
https://github.com/certbot/certbot.git
synced 2026-04-22 14:47:13 -04:00
disable stale for PRs
This commit is contained in:
parent
057524aa52
commit
64800c2b1f
1 changed files with 6 additions and 0 deletions
6
.github/workflows/stale.yml
vendored
6
.github/workflows/stale.yml
vendored
|
|
@ -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 as stale
|
||||
days-before-pr-close: -1
|
||||
|
||||
# Ignore issues with an assignee
|
||||
exempt-all-issue-assignees: true
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue