Skip to content

Commit 6d25c5d

Browse files
author
Rishabh
committed
adds missing commit from previous branch
2 parents 554d751 + 9c4b8f0 commit 6d25c5d

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)