Skip to content

Commit

Permalink
auto signoff release pr
Browse files Browse the repository at this point in the history
Signed-off-by: Jaydip Gabani <[email protected]>
  • Loading branch information
JaydipGabani committed Oct 20, 2023
1 parent ef1f869 commit d6f31e7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ jobs:
- name: Create release branch if needed
run: |
git checkout "${TARGET_BRANCH}" && exit 0
git config --local --add user.name ${{ github.actor }}
git config --local --add user.email "[email protected]"
# Create and push release branch if it doesn't exist
git checkout -b "${TARGET_BRANCH}"
Expand All @@ -83,3 +85,6 @@ jobs:
title: "chore: Prepare ${{ env.NEWVERSION }} release"
branch: "release-${{ env.NEWVERSION }}"
base: "${{ env.TARGET_BRANCH }}"
author: "JaydipGabani <[email protected]>"
committer: "JaydipGabani <[email protected]>"
signoff: true

0 comments on commit d6f31e7

Please sign in to comment.