Skip to content

Commit 89df0c0

Browse files
Merge branch 'main' into feature/update_cli_2.3.15
2 parents 129820f + b5e544a commit 89df0c0

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)