Skip to content

Commit

Permalink
fix: add --merge to gh command
Browse files Browse the repository at this point in the history
  • Loading branch information
diogomatsubara committed Jan 17, 2025
1 parent f7b12f6 commit 776dc76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/merge-release-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
--subject "chore: Merge release/${{ inputs.version }} into main (#${{ steps.cpr.outputs.pull-request-number }})"
--repo "${{ inputs.repo }}"
--auto
--merge
env:
GH_TOKEN: ${{ secrets.BOT_TOKEN_WORKFLOW }}

Expand Down

0 comments on commit 776dc76

Please sign in to comment.