mirror of
https://github.com/shenxn/protonmail-bridge-docker.git
synced 2026-03-26 21:35:58 +00:00
Auto-merge version bump PRs
This commit is contained in:
parent
e812ae128d
commit
5ed92b2701
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…
Reference in New Issue
Block a user