You've already forked testing-go-code-with-postgres
mirror of
https://github.com/xorcare/testing-go-code-with-postgres.git
synced 2025-06-30 23:23:40 +02:00
Update dependabot-auto-merge.yml
Signed-off-by: Vasiliy Vasilyuk <xorcare@gmail.com>
This commit is contained in:
2
.github/workflows/dependabot-auto-merge.yml
vendored
2
.github/workflows/dependabot-auto-merge.yml
vendored
@ -11,6 +11,6 @@ jobs:
|
||||
if: github.actor == 'dependabot[bot]'
|
||||
steps:
|
||||
- name: Enable auto-merge for Dependabot PRs
|
||||
run: gh pr merge --auto --merge '${{ github.event.pull_request.html_url }}'
|
||||
run: gh pr merge --auto --rebase '${{ github.event.pull_request.html_url }}'
|
||||
env:
|
||||
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
||||
|
Reference in New Issue
Block a user