.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
1
.github/ISSUE_TEMPLATE/page-request.yml
vendored
1
.github/ISSUE_TEMPLATE/page-request.yml
vendored
@@ -24,4 +24,3 @@ body:
|
|||||||
- label: sunOS
|
- label: sunOS
|
||||||
- label: Windows
|
- label: Windows
|
||||||
|
|
||||||
|
|
||||||
|
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
|
# Number of days of inactivity before a stale issue or PR is closed
|
||||||
days-before-pr-close: 30
|
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
|
# Issues or PRs with these labels will never be considered stale
|
||||||
exempt-pr-labels: stalebot ignore
|
exempt-pr-labels: stalebot ignore
|
||||||
|
|
||||||
exempt-issue-labels: stalebot ignore,help wanted
|
exempt-issue-labels: stalebot ignore,help wanted
|
||||||
|
|
||||||
# Label to use when marking an issue or PR as stale
|
# Label to use when marking an issue or PR as stale
|
||||||
stale-pr-label: waiting
|
stale-pr-label: waiting
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user