Skip to content

Commit

Permalink
[skip ci] #13019 Update remove-stale-branches.yaml (#13025)
Browse files Browse the repository at this point in the history
Enable workflow to delete branches
Set maximum number of branches to delete per run
  • Loading branch information
blozano-tt authored Sep 24, 2024
1 parent 45dfd76 commit 21ef0f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/remove-stale-branches.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
steps:
- uses: fpicalausa/[email protected]
with:
dry-run: true
dry-run: false
days-before-branch-stale: 180 # Branches stale for ~6 months
ignore-unknown-authors: true
default-recipient: "blozano-tt"
operations-per-run: 30

0 comments on commit 21ef0f1

Please sign in to comment.