feat: ci, stale branches tweaks

This commit is contained in:
Michal Klos
2025-09-16 12:17:25 +02:00
parent 4f96d69e97
commit 1bdd391ffd

View File

@@ -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