We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2489e74 commit 4c2c39aCopy full SHA for 4c2c39a
.drone.star
@@ -3663,7 +3663,7 @@ def deleteStaleBranches(ctx):
3663
"name": "delete stale branches",
3664
"image": OC_CI_ALPINE,
3665
"commands": [
3666
- "./scripts/delete-stale-branches.sh",
+ "DRY_RUN=false ./scripts/delete-stale-branches.sh",
3667
],
3668
},
3669
scripts/delete-stale-branches.sh
@@ -7,7 +7,7 @@ VERBOSE="${VERBOSE:-false}"
7
8
DAYS_BEFORE_STALE="${DAYS_BEFORE_STALE:-90}"
9
IGNORE_BRANCHES_REGEX="^(main$|master$|stable-|release-|docs$|docs-stable-)"
10
-MAX_BRANCHES_PER_RUN="${MAX_BRANCHES_PER_RUN:-5}"
+MAX_BRANCHES_PER_RUN="${MAX_BRANCHES_PER_RUN:-10}"
11
12
# Global variables
13
branch_info_file=""
0 commit comments