Skip to content

Commit

Permalink
.github: fix trailing spaces and lines (tldr-pages#10378)
Browse files Browse the repository at this point in the history
* page-request.yml: remove trailing line

* stale.yml: fix trailing space
  • Loading branch information
kbdharun authored Jun 14, 2023
1 parent f7458cb commit cf8cba1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/page-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,3 @@ body:
- label: sunOS
- label: Windows


4 changes: 2 additions & 2 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit cf8cba1

Please sign in to comment.