Skip to content

Commit

Permalink
fix(actions/create-and-merge-pull-request): do not sign commit
Browse files Browse the repository at this point in the history
  • Loading branch information
neilime committed Mar 27, 2023
1 parent f1f46a8 commit 8142007
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,12 @@ Opinionated GitHub actions and workflows for common continuous integration needs

### - [Checkout](actions/checkout/README.md)

### - [Create and merge pull request](actions/create-and-merge-pull-request/README.md)

### - [Create or update comment](actions/create-or-update-comment/README.md)

### - [Get github actions bot user](actions/get-github-actions-bot-user/README.md)

### - [Get issue number](actions/get-issue-number/README.md)

### - [Get matrix outputs](actions/get-matrix-outputs/README.md)
Expand Down
2 changes: 1 addition & 1 deletion actions/create-and-merge-pull-request/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ runs:
id: create-pull-request
with:
token: ${{ inputs.github-token }}
signoff: true
signoff: false
base: ${{ github.event.repository.default_branch }}
delete-branch: true
branch: ${{ inputs.branch }}
Expand Down

0 comments on commit 8142007

Please sign in to comment.