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.
1 parent d5a27a8 commit 0451b50Copy full SHA for 0451b50
.github/workflows/pr-title.yml
@@ -0,0 +1,10 @@
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
0 commit comments