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 7dabf84 commit 165db42Copy full SHA for 165db42
.github/workflows/lint-pr-title.yml
@@ -0,0 +1,11 @@
1
+# Checks if the PR title follows semantic commit message conventions
2
+name: Lint PR
3
+
4
+on:
5
+ pull_request:
6
+ types: [opened, edited, synchronize]
7
8
+jobs:
9
+ call:
10
+ uses: OneSignal/sdk-actions/.github/workflows/lint-pr-title.yml@main
11
+ secrets: inherit
0 commit comments