mirror of
https://github.com/iv-org/invidious.git
synced 2026-09-18 20:13:46 +00:00
Fix stale bot incorrectly claiming it will close PRs in 30 days (#6044)
* Change stale closure date in description to correctly state 60 days rather than 30 * Fix typo
This commit is contained in:
2
.github/workflows/stale.yml
vendored
2
.github/workflows/stale.yml
vendored
@@ -16,7 +16,7 @@ jobs:
|
||||
days-before-stale: 730
|
||||
days-before-pr-stale: -1
|
||||
days-before-close: 60
|
||||
stale-issue-message: 'This issue has been automatically marked as stale and will be closed in 30 days because it has not had recent activity and is much likely outdated. If you think this issue is still relevant and applicable, you just have to post a comment and it will be unmarked.'
|
||||
stale-issue-message: 'This issue has been automatically marked as stale and will be closed in 60 days because it has not had recent activity and is most likely outdated. If you think this issue is still relevant and applicable, you just have to post a comment and it will be unmarked.'
|
||||
stale-issue-label: "stale"
|
||||
ascending: true
|
||||
# Exempt the following types of issues from being staled
|
||||
|
||||
Reference in New Issue
Block a user