Skip to content

Commit 4cafb92

Browse files
committed
Merge branch 'master' into add-dependabot-chore-workflows
2 parents 2300908 + deceddb commit 4cafb92

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/merge-dependabot-prs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: |
5555
echo "Fetching open Dependabot PRs..."
5656
57-
BASE_BRANCH="${{ inputs.base_branch || 'main' }}"
57+
BASE_BRANCH="${{ inputs.base_branch || 'master' }}"
5858
5959
# Get all open Dependabot PRs with merge status
6060
ALL_PRS=$(gh pr list \
@@ -178,7 +178,7 @@ jobs:
178178
env:
179179
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
180180
run: |
181-
BASE_BRANCH="${{ inputs.base_branch || 'main' }}"
181+
BASE_BRANCH="${{ inputs.base_branch || 'master' }}"
182182
COMBINED_BRANCH="merge-dependabot-updates-$(date +%Y%m%d-%H%M%S)"
183183
184184
echo "branch=$COMBINED_BRANCH" >> $GITHUB_OUTPUT
@@ -240,7 +240,7 @@ jobs:
240240
env:
241241
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
242242
run: |
243-
BASE_BRANCH="${{ inputs.base_branch || 'main' }}"
243+
BASE_BRANCH="${{ inputs.base_branch || 'master' }}"
244244
COMBINED_BRANCH="${{ steps.merge.outputs.branch }}"
245245
246246
# Build PR body in a file to avoid shell escaping issues

0 commit comments

Comments
 (0)