Skip to content

Commit

Permalink
Update cron.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Xikaro committed Sep 30, 2024
1 parent 43e79a5 commit dd16f0d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@ jobs:
with:
days-before-issue-stale: 30
days-before-issue-close: 14
days-before-pr-stale: -1
days-before-pr-close: -1
only-labels: '1. Type: Not a TFG Bug'
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."
repo-token: ${{ secrets.GITHUB_TOKEN }}
debug-only: true
operations-per-run: 2

0 comments on commit dd16f0d

Please sign in to comment.