We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f96d69 commit 1bdd391Copy full SHA for 1bdd391
.github/workflows/remove_stale_branches.yml
@@ -21,3 +21,7 @@ jobs:
21
ignore-unknown-authors: true
22
default-recipient: "kobergj"
23
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