feat: delete-stale-branches, enable

This commit is contained in:
Michal Klos
2025-06-23 10:56:24 +02:00
parent 2489e7406a
commit 4c2c39abee
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:-5}"
MAX_BRANCHES_PER_RUN="${MAX_BRANCHES_PER_RUN:-10}"
# Global variables
branch_info_file=""