Skip to content

Commit 8521d71

Browse files
authored
ci: add lint pr title workflow (#1069)
1 parent f9aa0a2 commit 8521d71

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-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

CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @OneSignal/eng-sdk-platform

0 commit comments

Comments
 (0)