Skip to content

Commit 165db42

Browse files
committed
ci: add lint pr title workflow
1 parent 7dabf84 commit 165db42

File tree

1 file changed

+11
-0
lines changed

1 file changed

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

Comments
 (0)