Merge pull request #89278 from zowoq/stale
.github/stale.yml: quote labels
This commit is contained in:
commit
6756194042
1 changed files with 3 additions and 2 deletions
5
.github/stale.yml
vendored
5
.github/stale.yml
vendored
|
@ -1,12 +1,13 @@
|
||||||
|
# Configuration for probot-stale - https://github.com/probot/stale
|
||||||
# Number of days of inactivity before an issue becomes stale
|
# Number of days of inactivity before an issue becomes stale
|
||||||
daysUntilStale: 180
|
daysUntilStale: 180
|
||||||
# Number of days of inactivity before a stale issue is closed
|
# Number of days of inactivity before a stale issue is closed
|
||||||
daysUntilClose: false
|
daysUntilClose: false
|
||||||
# Issues with these labels will never be considered stale
|
# Issues with these labels will never be considered stale
|
||||||
exemptLabels:
|
exemptLabels:
|
||||||
- 1.severity: security
|
- "1.severity: security"
|
||||||
# Label to use when marking an issue as stale
|
# Label to use when marking an issue as stale
|
||||||
staleLabel: 2.status: stale
|
staleLabel: "2.status: stale"
|
||||||
# Comment to post when marking an issue as stale. Set to `false` to disable
|
# Comment to post when marking an issue as stale. Set to `false` to disable
|
||||||
markComment: >
|
markComment: >
|
||||||
Thank you for your contributions.
|
Thank you for your contributions.
|
||||||
|
|
Loading…
Reference in a new issue