mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Update close-inactive-issues.yml
This commit is contained in:
parent
4f9c728db0
commit
97f4475fdf
7
.github/workflows/close-inactive-issues.yml
vendored
7
.github/workflows/close-inactive-issues.yml
vendored
@ -1,11 +1,11 @@
|
|||||||
name: Close inactive issues
|
name: Close inactive issues
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "00 6 * * *"
|
- cron: "00 4 * * *"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
DAYS_BEFORE_ISSUE_STALE: 14
|
DAYS_BEFORE_ISSUE_STALE: 30
|
||||||
DAYS_BEFORE_ISSUE_CLOSE: 28
|
DAYS_BEFORE_ISSUE_CLOSE: 14
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
close-issues:
|
close-issues:
|
||||||
@ -23,5 +23,6 @@ jobs:
|
|||||||
close-issue-message: "Due to inactivity, this issue was automatically closed. If you are still experiencing the issue, please recreate the issue."
|
close-issue-message: "Due to inactivity, this issue was automatically closed. If you are still experiencing the issue, please recreate the issue."
|
||||||
days-before-pr-stale: -1
|
days-before-pr-stale: -1
|
||||||
days-before-pr-close: -1
|
days-before-pr-close: -1
|
||||||
|
exempt-issue-labels: "Active Issue"
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
operations-per-run: 500
|
operations-per-run: 500
|
||||||
|
Loading…
x
Reference in New Issue
Block a user