Skip to content

Commit

Permalink
Merge pull request #84 from synthesized-io/branch-protection-and-auto…
Browse files Browse the repository at this point in the history
…-merge

Set up mandatory checks and auto merges
  • Loading branch information
yruchin authored Oct 15, 2024
2 parents 5256a3a + fff109b commit 0dbb68c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/update_tdk_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh pr create --base main \
pr=$(gh pr create --base main \
--head "update-release-version-v${RELEASE_VERSION}" \
--title "Update image version to v${RELEASE_VERSION}" \
--body 'Created by Github action'
--body 'Created by Github action')
gh pr merge $pr --auto

0 comments on commit 0dbb68c

Please sign in to comment.