Skip to content

Commit 32b1335

Browse files
authored
ci: add pr title check (#662)
* ci: add pr title check
1 parent 2f5066c commit 32b1335

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/pr-title.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Conventional Commits
2+
on:
3+
pull_request:
4+
types: [opened, edited, synchronize, reopened]
5+
6+
jobs:
7+
lint:
8+
uses: appium/appium-workflows/.github/workflows/pr-title.yml@main
9+
with:
10+
config-preset: angular
11+

0 commit comments

Comments
 (0)