We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f2f8e2 commit cd38b28Copy full SHA for cd38b28
1 file changed
.github/workflows/dependabot-automerge.yaml
@@ -25,7 +25,7 @@ jobs:
25
env:
26
PR_URL: ${{github.event.pull_request.html_url}}
27
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
28
- - name: Auto-approve Github actions
+ - name: Auto-approve Github maintained actions
29
if: contains(steps.metadata.outputs.dependency-names, 'github/codeql-action')
30
run: gh pr review --approve "$PR_URL"
31
0 commit comments