Skip to content

Commit b496442

Browse files
authored
Merge pull request #110 from smlx/action
chore: automerge github maintained actions
2 parents 1f2f8e2 + cd38b28 commit b496442

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dependabot-automerge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
env:
2626
PR_URL: ${{github.event.pull_request.html_url}}
2727
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
28-
- name: Auto-approve Github actions
28+
- name: Auto-approve Github maintained actions
2929
if: contains(steps.metadata.outputs.dependency-names, 'github/codeql-action')
3030
run: gh pr review --approve "$PR_URL"
3131
env:

0 commit comments

Comments
 (0)