mirror of
https://github.com/mickael-menu/zk-nvim
synced 2024-11-11 13:11:05 +00:00
increase timelimits for github issue triage
This commit is contained in:
parent
16fc98ce3d
commit
aa9b346f2b
4
.github/workflows/triage.yml
vendored
4
.github/workflows/triage.yml
vendored
@ -18,9 +18,9 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/stale@v4
|
||||
with:
|
||||
days-before-stale: 30
|
||||
days-before-stale: 60
|
||||
|
||||
days-before-issue-close: 5
|
||||
days-before-issue-close: 14
|
||||
stale-issue-label: 'stale'
|
||||
stale-issue-message: 'This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs in the next 5 days.'
|
||||
close-issue-message: 'This issue was closed because it has been stalled for 5 days with no activity.'
|
||||
|
Loading…
Reference in New Issue
Block a user