We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42df209 commit 19073f4Copy full SHA for 19073f4
.drone.star
@@ -3672,7 +3672,7 @@ def deleteStaleBranches(ctx):
3672
},
3673
3674
"commands": [
3675
- "DRY_RUN=false ./scripts/delete-stale-branches.sh",
+ "./scripts/delete-stale-branches.sh",
3676
],
3677
3678
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:-10}"
+MAX_BRANCHES_PER_RUN="${MAX_BRANCHES_PER_RUN:-5}"
11
12
# Global variables
13
branch_info_file=""
0 commit comments