Skip to content

Commit 44ce4ef

Browse files
committed
add lint pr title workflow
1 parent efe609b commit 44ce4ef

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_target:
6+
types: [opened, edited, reopened]
7+
8+
jobs:
9+
lint:
10+
uses: OneSignal/sdk-actions/.github/workflows/lint-pr-title.yml@main
11+
secrets: inherit

0 commit comments

Comments
 (0)