mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:42:08 +02:00
stale.yml: Change time for issues to be stale (#8114)
* stale.yml: Change time for issues to be stale * match the suggestions
This commit is contained in:
parent
d978571862
commit
1a57ff5df8
1 changed files with 9 additions and 2 deletions
11
.github/workflows/stale.yml
vendored
11
.github/workflows/stale.yml
vendored
|
@ -16,14 +16,21 @@ jobs:
|
|||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
# Number of days of inactivity before an issue or PR is considered stale
|
||||
days-before-stale: 15
|
||||
days-before-pr-stale: 15
|
||||
|
||||
days-before-issue-stale: 45
|
||||
|
||||
|
||||
# Number of days of inactivity before a stale issue or PR is closed
|
||||
days-before-close: 30
|
||||
days-before-pr-close: 30
|
||||
|
||||
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