Skip to content

Commit b5e544a

Browse files
change condition
1 parent 4b8ce64 commit b5e544a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-merge-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ permissions:
77
jobs:
88
dependabot-merge:
99
runs-on: ubuntu-latest
10-
if: ${{ contains(github.event.pull_request.base.ref, 'feature/update_cli') }}
10+
if: contains(github.head_ref, 'feature/update_cli')
1111
steps:
1212
- name: Dependabot metadata
1313
id: metadata

0 commit comments

Comments
 (0)