mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-15 08:35:44 +02:00
.github: fix trailing spaces and lines (#10378)
* page-request.yml: remove trailing line * stale.yml: fix trailing space
This commit is contained in:
parent
f7458cbb0c
commit
cf8cba1fe1
2 changed files with 2 additions and 3 deletions
1
.github/ISSUE_TEMPLATE/page-request.yml
vendored
1
.github/ISSUE_TEMPLATE/page-request.yml
vendored
|
@ -24,4 +24,3 @@ body:
|
|||
- label: sunOS
|
||||
- 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
|
||||
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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue