diff --git a/.github/workflows/remove_stale_branches.yml b/.github/workflows/remove_stale_branches.yml index 70c57091dad..15059e7079c 100644 --- a/.github/workflows/remove_stale_branches.yml +++ b/.github/workflows/remove_stale_branches.yml @@ -21,3 +21,7 @@ jobs: ignore-unknown-authors: true default-recipient: "kobergj" dry-run: ${{ inputs.dry-run || 'false' }} # fallback to dry-run + exempt-branches-regex: "^(main$|master$|stable-|release-|docs$|docs-stable-)" + exempt-protected-branches: true + operations-per-run: 30 +