diff --git a/.github/workflows/clear-stale-PRs.yml b/.github/workflows/clear-stale-PRs.yml index 313a73aed..c274d6df5 100644 --- a/.github/workflows/clear-stale-PRs.yml +++ b/.github/workflows/clear-stale-PRs.yml @@ -15,7 +15,10 @@ jobs: repo-token: ${{ secrets.PAT }} # ====== for pr exempt-pr-labels: pinned,security,good-first-issue,in-progress - + operations-per-run: 250 + enable-statistics: true + ascending: true # gets in ascending order + stale-issue-label: "stale" days-before-pr-stale: 21 stale-pr-message: | This pull request has been automatically marked as stale because it @@ -24,4 +27,5 @@ jobs: days-before-pr-close: 7 close-pr-message: | This pull request has not seen any activity since it was marked stale. - Closing. \ No newline at end of file + Closing. + debug-only: true # true for dry run, false to actually perform the operations