Auto-merge version bump PRs
This commit is contained in:
parent
e812ae128d
commit
5ed92b2701
1 changed files with 4 additions and 3 deletions
7
.github/workflows/build.yaml
vendored
7
.github/workflows/build.yaml
vendored
|
|
@ -57,11 +57,12 @@ jobs:
|
|||
git add VERSION
|
||||
git commit -m "Bump version to ${{ steps.check.outputs.version }}"
|
||||
git push origin "$branch"
|
||||
gh pr create \
|
||||
pr_url=$(gh pr create \
|
||||
--title "Bump proton-bridge to ${{ steps.check.outputs.version }}" \
|
||||
--body "Auto-detected new upstream release. Merging will trigger the build pipeline." \
|
||||
--body "Auto-detected new upstream release." \
|
||||
--base master \
|
||||
--head "$branch"
|
||||
--head "$branch")
|
||||
gh pr merge "$pr_url" --squash --auto
|
||||
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue