File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 1+ name : " Lint PR Title"
2+
3+ on :
4+ pull_request :
5+ types :
6+ - opened
7+ - reopened
8+ - edited
9+ - synchronize
10+
11+ jobs :
12+ pr-title :
13+ name : Lint PR title
14+ runs-on : ubuntu-latest
15+ steps :
16+ - uses : amannn/action-semantic-pull-request@v3
17+ env :
18+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
19+ with :
20+ validateSingleCommit : true
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111# Added
1212
1313- Allow starting transactions with lower isolation level (the default is SERIALIZABLE) through an optional flag in startTransaction
14+ - add workflow to verify if pr title follows conventional commits
1415
1516## [ 2.11.0] - 2022-01-14
1617
You can’t perform that action at this time.
0 commit comments