.github: fix trailing spaces and lines (#10378)
* page-request.yml: remove trailing line * stale.yml: fix trailing space
This commit is contained in:

committed by
GitHub

parent
f7458cbb0c
commit
cf8cba1fe1
4
.github/workflows/stale.yml
vendored
4
.github/workflows/stale.yml
vendored
@@ -29,13 +29,13 @@ jobs:
|
||||
# Number of days of inactivity before a stale issue or PR is closed
|
||||
days-before-pr-close: 30
|
||||
|
||||
days-before-issue-close: 90
|
||||
days-before-issue-close: 90
|
||||
|
||||
# Issues or PRs with these labels will never be considered stale
|
||||
exempt-pr-labels: stalebot ignore
|
||||
|
||||
exempt-issue-labels: stalebot ignore,help wanted
|
||||
|
||||
|
||||
# Label to use when marking an issue or PR as stale
|
||||
stale-pr-label: waiting
|
||||
|
||||
|
Reference in New Issue
Block a user