mirror of
https://github.com/nushell/nushell
synced 2024-12-28 14:03:09 +00:00
Update stale.yml
This commit is contained in:
parent
3cc0ea5ff9
commit
e8c06b7152
1 changed files with 1 additions and 1 deletions
2
.github/workflows/stale.yml
vendored
2
.github/workflows/stale.yml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
|||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
stale-issue-message: 'This issue is being marked stale because it has been open for 30 days without activity. If you feel that this is in error, please comment below and we will keep it marked as active.'
|
||||
stale-pr-message: 'This PR is being marked stale because it has been open for 45 days without activity. If this PR is still active, please comment below and we will keep it marked as active.'
|
||||
close-issue-message: 'This issue has been marked stale for more than 5 days without activity. Closing this issue, but if you find that the issue is still valid, please reopen.'
|
||||
close-issue-message: 'This issue has been marked stale for more than 10 days without activity. Closing this issue, but if you find that the issue is still valid, please reopen.'
|
||||
close-pr-message: 'This PR has been marked stale for more than 10 days without activity. Closing this PR, but if you are still working on it, please reopen.'
|
||||
days-before-issue-stale: 30
|
||||
days-before-pr-stale: 45
|
||||
|
|
Loading…
Reference in a new issue