mirror of
https://github.com/samsonjs/imapbackup.git
synced 2026-03-25 08:45:53 +00:00
Longer timeouts for stale issues
This commit is contained in:
parent
4406f86fc6
commit
0cc27cd570
1 changed files with 6 additions and 6 deletions
12
.github/workflows/handle-inactive-issues.yml
vendored
12
.github/workflows/handle-inactive-issues.yml
vendored
|
|
@ -12,12 +12,12 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/stale@v3
|
||||
with:
|
||||
days-before-issue-stale: 30
|
||||
days-before-issue-close: 14
|
||||
days-before-issue-stale: 90
|
||||
days-before-issue-close: 30
|
||||
stale-issue-label: "stale"
|
||||
stale-issue-message: "This issue is stale because it has been open for 30 days with no activity."
|
||||
close-issue-message: "This issue was closed because it has been inactive for 14 days since being marked as stale."
|
||||
days-before-pr-stale: 90
|
||||
stale-issue-message: "This issue is stale because it has been open for 90 days with no activity."
|
||||
close-issue-message: "This issue was closed because it has been inactive for 30 days since being marked as stale."
|
||||
days-before-pr-stale: 120
|
||||
days-before-pr-close: -1
|
||||
stale-pr-message: "This PR is stale because it has been open for 90 days with no activity."
|
||||
stale-pr-message: "This PR is stale because it has been open for 120 days with no activity."
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue