File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- name : Validate PR Title
2- description : Checks the PR title is a conventional commit
1+ name : Conventional Commit as PR title
32
43on :
54 pull_request_target :
98 - reopened
109
1110jobs :
12- conventional-commits :
11+ lint-pr-title :
12+ # Prevent execution on forks
13+ if : github.repository_owner == 'iExecBlockchainComputing'
1314 permissions :
1415 pull-requests : read
15- uses : iExecBlockchainComputing/github-actions-workflows/.github/workflows/conventional-commits.yml@conventional-commits-v1.1.0
16+ # conventional-commits-v1.2.0
17+ uses : iExecBlockchainComputing/github-actions-workflows/.github/workflows/conventional-commits.yml@975de113847596617899976f67f5b5faceef0a84
Original file line number Diff line number Diff line change @@ -12,5 +12,8 @@ permissions:
1212
1313jobs :
1414 release-please :
15- uses : iExecBlockchainComputing/github-actions-workflows/.github/workflows/release-please.yml@release-please-v2.0.0
15+ # Prevent execution on forks
16+ if : github.repository_owner == 'iExecBlockchainComputing'
17+ # release-please-v2.2.0
18+ uses : iExecBlockchainComputing/github-actions-workflows/.github/workflows/release-please.yml@4e2e817b7c2dcab27a671b630e23d07f5fc94daf
1619 secrets : inherit
You can’t perform that action at this time.
0 commit comments