We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
lint-pr-title.yml
1 parent e43c6ab commit 9c4b8f0Copy full SHA for 9c4b8f0
.github/workflows/lint-pr-title.yml
@@ -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
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
+- add workflow to verify if pr title follows conventional commits
## [2.11.0] - 2022-01-14
# Added
0 commit comments