Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Commit

Permalink
dry run
Browse files Browse the repository at this point in the history
  • Loading branch information
9yoi committed Feb 15, 2024
1 parent 0288e72 commit b4d8ff9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/clear-stale-PRs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Closing.
debug-only: true # true for dry run, false to actually perform the operations

0 comments on commit b4d8ff9

Please sign in to comment.