Fix wrong comments
Reference [Probot: Stale](https://github.com/probot/stale)
This commit is contained in:
parent
fbe175972d
commit
fc205f91b6
2
.github/stale.yml
vendored
2
.github/stale.yml
vendored
@ -23,7 +23,7 @@
|
|||||||
daysUntilStale: 7
|
daysUntilStale: 7
|
||||||
# Number of days of inactivity before a stale Issue or Pull Request is closed
|
# Number of days of inactivity before a stale Issue or Pull Request is closed
|
||||||
daysUntilClose: 7
|
daysUntilClose: 7
|
||||||
# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
|
# Only issues or pull requests with all of these labels are check if stale. Defaults to `[]` (disabled)
|
||||||
onlyLabels:
|
onlyLabels:
|
||||||
- stat:awaiting response
|
- stat:awaiting response
|
||||||
# Comment to post when marking as stale. Set to `false` to disable
|
# Comment to post when marking as stale. Set to `false` to disable
|
||||||
|
Loading…
Reference in New Issue
Block a user