Revert "feat: delete-stale-branches, enable"

This reverts commit 4c2c39abee.
This commit is contained in:
Michal Klos
2025-06-24 11:28:12 +02:00
parent 42df209dd4
commit 19073f4e57
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ VERBOSE="${VERBOSE:-false}"
DAYS_BEFORE_STALE="${DAYS_BEFORE_STALE:-90}"
IGNORE_BRANCHES_REGEX="^(main$|master$|stable-|release-|docs$|docs-stable-)"
MAX_BRANCHES_PER_RUN="${MAX_BRANCHES_PER_RUN:-10}"
MAX_BRANCHES_PER_RUN="${MAX_BRANCHES_PER_RUN:-5}"
# Global variables
branch_info_file=""