We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8006c55 + de6c223 commit 2de408eCopy full SHA for 2de408e
1 file changed
.github/workflows/dependabot-automerge.yaml
@@ -21,7 +21,7 @@ jobs:
21
github-token: "${{ secrets.GITHUB_TOKEN }}"
22
- name: Auto-merge Dependabot PRs
23
# don't auto-merge action updates to appease OpenSSF scorecard
24
- if: ! contains(steps.metadata.outputs.package-ecosystem, 'github-actions')
+ if: ${{ ! contains(steps.metadata.outputs.package-ecosystem, 'github-actions') }}
25
run: gh pr merge --auto --merge "$PR_URL"
26
env:
27
PR_URL: ${{github.event.pull_request.html_url}}
0 commit comments