Skip to content

Commit

Permalink
turn on automerge
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremybosma committed Sep 27, 2024
1 parent bb823ff commit c1f9d91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
git commit -m "Bump to version $VERSION"
git push origin $BRANCH_NAME
gh pr create --base main --head $BRANCH_NAME --title "Bump version to ${VERSION}" --body "Automated version bump to ${VERSION}"
gh pr merge --auto --merge $BRANCH_NAME
env:
GH_TOKEN: ${{ secrets.BOT_TOKEN }}

Expand Down

0 comments on commit c1f9d91

Please sign in to comment.