File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : Conventional Commit
22
33on :
4- pull_request :
5- types :
6- - edited
7- - opened
4+ pull_request :
5+ types :
6+ - edited
7+ - opened
88
99jobs :
10- conventional-commit :
11- name : Conventional Commit
12- runs-on : depot-ubuntu-latest
13- steps :
14- - name : Check PR Conventional Commit title
15- uses : amannn/action-semantic-pull-request@v5
16- env :
17- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
18- with :
19- types : | # mirrors changelog-sections in the /release-please-config.json
20- feat
21- fix
22- infra
23- ci
24- docs
25- deps
26- perf
27- refactor
28- test
29- chore
10+ conventional-commit :
11+ name : Conventional Commit
12+ runs-on : depot-ubuntu-latest
13+ steps :
14+ - name : Check PR Conventional Commit title
15+ uses : amannn/action-semantic-pull-request@v5
16+ env :
17+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
18+ with :
19+ types : | # mirrors changelog-sections in the /release-please-config.json
20+ feat
21+ fix
22+ infra
23+ ci
24+ docs
25+ deps
26+ perf
27+ refactor
28+ test
29+ chore
Original file line number Diff line number Diff line change 11name : Update release PR
22
33on :
4- push :
5- branches :
6- - main
4+ push :
5+ branches :
6+ - main
77
88permissions :
9- contents : write
10- pull-requests : write
9+ contents : write
10+ pull-requests : write
1111
1212jobs :
13- release-please :
14- runs-on : ubuntu-latest
15- steps :
16- - uses : googleapis/release-please-action@v4
17- with :
18- token : ${{ secrets.RELEASE_PLEASE_GITHUB_TOKEN }}
13+ release-please :
14+ runs-on : ubuntu-latest
15+ steps :
16+ - uses : googleapis/release-please-action@v4
17+ with :
18+ token : ${{ secrets.RELEASE_PLEASE_GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments