diff --git a/.github/workflows/cron.yml b/.github/workflows/cron.yml index 97accabb8..840d1babc 100644 --- a/.github/workflows/cron.yml +++ b/.github/workflows/cron.yml @@ -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