forked from open-policy-agent/gatekeeper
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Jaydip Gabani <[email protected]>
- Loading branch information
1 parent
ef1f869
commit d6f31e7
Showing
1 changed file
with
5 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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}" | ||
|
@@ -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 |