Skip to content

Commit

Permalink
Merge pull request #3 from leagueutils/chore/merge-release-action
Browse files Browse the repository at this point in the history
chore: open PR to main on release
  • Loading branch information
lukasthaler authored Aug 29, 2024
2 parents 397bce0 + df4244a commit 72804a5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,8 @@ jobs:
file_glob: true
overwrite: true
make_latest: false

- name: Merge release into main
run: |
gh_pr_up() { gh pr create $* || gh pr edit $* }
gh_pr_up --title "Merge ${{ github.ref_name }} into main" --base main

0 comments on commit 72804a5

Please sign in to comment.