File tree 3 files changed +4
-2
lines changed
create-and-merge-pull-request
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change
1
+ ---
1
2
name : Internal - Main - Continuous Integration
2
3
3
- on :
4
+ on : # yamllint disable-line rule:truthy
4
5
push :
5
6
branches : [main]
6
7
tags : ["*"]
Original file line number Diff line number Diff line change 45
45
with :
46
46
token : ${{ inputs.github-token }}
47
47
signoff : true
48
+ sign-commits : true
48
49
base : ${{ github.event.repository.default_branch }}
49
50
delete-branch : true
50
51
branch : ${{ inputs.branch }}
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Action to create or update comment in pull request or issue
24
24
<!-- start contents -->
25
25
<!-- end contents -->
26
26
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.
28
28
29
29
``` yaml
30
30
permissions :
You can’t perform that action at this time.
0 commit comments