We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 129820f + b5e544a commit 89df0c0Copy full SHA for 89df0c0
1 file changed
.github/workflows/auto-merge-pr.yml
@@ -7,7 +7,7 @@ permissions:
7
jobs:
8
dependabot-merge:
9
runs-on: ubuntu-latest
10
- if: ${{ contains(github.event.pull_request.base.ref, 'feature/update_cli') }}
+ if: contains(github.head_ref, 'feature/update_cli')
11
steps:
12
- name: Dependabot metadata
13
id: metadata
0 commit comments