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+ <!--
2+ Please apply at most one applicable label from the below list to your PR.
3+
4+ - kind/feat
5+ - kind/chore
6+ - kind/fix
7+
8+ This will help us categorize your PR in the release note.
9+
10+ -->
11+ #### What this PR does / why we need it:
12+
13+ <!--
14+ Please explain your PR
15+ -->
16+
17+ #### Which issue(s) this PR is related to:
18+
19+ <!--
20+ Please link relevant issues to help with tracking.
21+ -->
Original file line number Diff line number Diff line change 1+ changelog :
2+ exclude :
3+ labels :
4+ - ignore-for-release
5+ authors :
6+ - github-actions
7+ - app/dependabot
8+ categories :
9+ - title : Breaking Changes 🔔
10+ labels :
11+ - semver-major
12+ - kind/feat
13+ - title : Features 🎉
14+ labels :
15+ - semver-minor
16+ - kind/feat
17+ - title : Operations ♻️
18+ labels :
19+ - kind/chore
20+ - title : Fixes 🛠
21+ labels :
22+ - kind/fix
23+ - title : Other Changes
24+ labels :
25+ - " *"
Original file line number Diff line number Diff line change 1+ name : commit-lint
2+ on :
3+ pull_request :
4+
5+ permissions :
6+ contents : read
7+ pull-requests : read
8+
9+ jobs :
10+ commitlint :
11+ runs-on : ubuntu-latest
12+ steps :
13+ - uses : actions/checkout@v4
14+ - uses : wagoid/commitlint-github-action@v6
You can’t perform that action at this time.
0 commit comments