Skip to content

Commit

Permalink
ci: Update dependabot-auto-merge.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
edgardmessias committed Nov 26, 2021
1 parent eafcfec commit de829ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
|| contains(steps.metadata.outputs.dependency-names, 'commitlint')}}
|| contains(steps.metadata.outputs.dependency-names, 'eslint')}}
|| contains(steps.metadata.outputs.dependency-names, 'webpack')}}
run: gh pr merge --auto --squash "$PR_URL"
run: gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit de829ba

Please sign in to comment.