Skip to content

Commit 1bdd391

Browse files
committed
feat: ci, stale branches tweaks
1 parent 4f96d69 commit 1bdd391

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/remove_stale_branches.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,7 @@ jobs:
2121
ignore-unknown-authors: true
2222
default-recipient: "kobergj"
2323
dry-run: ${{ inputs.dry-run || 'false' }} # fallback to dry-run
24+
exempt-branches-regex: "^(main$|master$|stable-|release-|docs$|docs-stable-)"
25+
exempt-protected-branches: true
26+
operations-per-run: 30
27+

0 commit comments

Comments
 (0)