Update cron.yml
This commit is contained in:
parent
1e75b33aae
commit
43e79a5a6a
1 changed files with 5 additions and 4 deletions
9
.github/workflows/cron.yml
vendored
9
.github/workflows/cron.yml
vendored
|
|
@ -4,6 +4,7 @@ on:
|
|||
|
||||
jobs:
|
||||
close-issues:
|
||||
name: Close issues
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
issues: write
|
||||
|
|
@ -12,10 +13,10 @@ jobs:
|
|||
with:
|
||||
days-before-issue-stale: 30
|
||||
days-before-issue-close: 14
|
||||
only-issue-labels: '1. Type: Not a TFG Bug'
|
||||
stale-issue-label: "2. Status: Stale"
|
||||
any-of-issue-labels: '1. Type: Not a TFG Bug'
|
||||
stale-issue-label: '2. Status: 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: -1
|
||||
days-before-pr-close: -1
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
debug-only: true
|
||||
operations-per-run: 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue