File tree Expand file tree Collapse file tree 2 files changed +25
-10
lines changed
Expand file tree Collapse file tree 2 files changed +25
-10
lines changed Original file line number Diff line number Diff line change 1- name : Lint PR Title
1+ name : Conventional Commits Check
22
33on :
4- pull_request_target :
5- types :
6- - opened
7- - edited
8- - reopened
4+ pull_request :
5+ branches : [main]
96
107jobs :
11- lint-pr-title :
12- permissions :
13- pull-requests : read
14- uses : iExecBlockchainComputing/github-actions-workflows/.github/workflows/conventional-commits.yml@conventional-commits-v1.0.1
8+ check-conventional-commits :
9+ name : Conventional Commits
10+ runs-on : ubuntu-latest
11+ steps :
12+ - uses : actions/checkout@v4
13+
14+ - name : Check Commit Conventions
15+ uses : webiny/action-conventional-commits@v1.3.0
Original file line number Diff line number Diff line change 1+ name : Lint PR Title
2+
3+ on :
4+ pull_request_target :
5+ types :
6+ - opened
7+ - edited
8+ - reopened
9+
10+ jobs :
11+ lint-pr-title :
12+ permissions :
13+ pull-requests : read
14+ uses : iExecBlockchainComputing/github-actions-workflows/.github/workflows/conventional-commits.yml@conventional-commits-v1.0.1
You can’t perform that action at this time.
0 commit comments