Skip to content

Commit

Permalink
remove dry run
Browse files Browse the repository at this point in the history
9yoi committed Feb 15, 2024
1 parent b4d8ff9 commit 283cb39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/clear-stale-PRs.yml
Original file line number Diff line number Diff line change
@@ -15,8 +15,7 @@ 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
@@ -28,4 +27,5 @@ jobs:
close-pr-message: |
This pull request has not seen any activity since it was marked stale.
Closing.
debug-only: true # true for dry run, false to actually perform the operations
operations-per-run: 250
debug-only: false # true for dry run, false to actually perform the operations

0 comments on commit 283cb39

Please sign in to comment.