mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 02:14:13 +00:00
reduce time for testing
This commit is contained in:
4
.github/workflows/issue_bot.yml
vendored
4
.github/workflows/issue_bot.yml
vendored
@@ -16,8 +16,8 @@ jobs:
|
||||
with:
|
||||
any-of-labels: "wait 4 close"
|
||||
exempt-all-milestones: true
|
||||
days-before-issue-close: 14
|
||||
close-issue-message: "This issue was closed because it has been inactive for 14 days since being marked as 'wait 4 close'."
|
||||
days-before-issue-close: 5
|
||||
close-issue-message: "This issue was closed because it has been inactive for 5 days since being marked as 'wait 4 close'."
|
||||
days-before-pr-stale: -1
|
||||
days-before-pr-close: -1
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user