Skip to content

Commit

Permalink
auto signing PR for dco
Browse files Browse the repository at this point in the history
Signed-off-by: Jaydip Gabani <[email protected]>
  • Loading branch information
JaydipGabani committed Oct 27, 2023
1 parent 3a83700 commit c9d0857
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ jobs:

- name: Create release branch if needed
run: |
git config --global user.name "JaydipGabani"
git config --global user.email "[email protected]"
git checkout "${TARGET_BRANCH}" && exit 0
# Create and push release branch if it doesn't exist
Expand All @@ -83,3 +85,4 @@ jobs:
title: "chore: Prepare ${{ env.NEWVERSION }} release"
branch: "release-${{ env.NEWVERSION }}"
base: "${{ env.TARGET_BRANCH }}"
signoff: true

0 comments on commit c9d0857

Please sign in to comment.