mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-17 20:47:50 +02:00
ci: approve before merge
This commit is contained in:
parent
2e8d84bb63
commit
a4d2564fb2
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -84,7 +84,9 @@ jobs:
|
||||
uses: dependabot/fetch-metadata@dbb049abf0d677abbd7f7eee0375145b417fdd34 # v2.2.0
|
||||
with:
|
||||
github-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
- run: gh pr merge --squash "$PR_URL"
|
||||
- run: |
|
||||
gh pr review --approve "$PR_URL"
|
||||
gh pr merge --squash "$PR_URL"
|
||||
env:
|
||||
PR_URL: ${{github.event.pull_request.html_url}}
|
||||
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user