Skip to content

Commit 7711647

Browse files
committed
feat(create-and-merge-pull-request): sign commit
Signed-off-by: Emilien Escalle <[email protected]>
1 parent b3e3638 commit 7711647

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/__main-ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
---
12
name: Internal - Main - Continuous Integration
23

3-
on:
4+
on: # yamllint disable-line rule:truthy
45
push:
56
branches: [main]
67
tags: ["*"]

actions/create-and-merge-pull-request/action.yml

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ runs:
4545
with:
4646
token: ${{ inputs.github-token }}
4747
signoff: true
48+
sign-commits: true
4849
base: ${{ github.event.repository.default_branch }}
4950
delete-branch: true
5051
branch: ${{ inputs.branch }}

actions/create-or-update-comment/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Action to create or update comment in pull request or issue
2424
<!-- start contents -->
2525
<!-- end contents -->
2626

27-
Set permissions to wrtie issues and pull-requests. This is required to write the comment on the PR.
27+
Set permissions to write issues and pull-requests. This is required to write the comment on the PR.
2828

2929
```yaml
3030
permissions:

0 commit comments

Comments
 (0)