Skip to content

Commit 4f52f25

Browse files
committed
test empty commit to main
1 parent 18a19c5 commit 4f52f25

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/auto_merge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ permissions:
66
on:
77
pull_request:
88
types: [opened, synchronize, reopened, ready_for_review]
9-
branches: [main, auto-approve-merge] # Only trigger for PRs targeting this branch
9+
branches: [main]
1010
workflow_dispatch: # Add manual trigger for testing
1111
inputs:
1212
pr_number:

.github/workflows/test_auto_merge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
2727
# Create PR
2828
gh pr create \
29-
--base auto-approve-merge \
29+
--base main \
3030
--title "Test: Auto-merge workflow" \
3131
--body "Testing auto-merge functionality"
3232
env:

0 commit comments

Comments
 (0)