Skip to content

Commit 6ba1e48

Browse files
authored
Merge pull request #3 from quic-viskuma/qcom-next-staging
ci: Add email checker
2 parents a5806cd + 69413bb commit 6ba1e48

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: PR email addresses checker
2+
3+
on:
4+
pull_request:
5+
branches: [ qcom-next-staging ]
6+
7+
jobs:
8+
pr-check-emails:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: Check PR emails
12+
uses: qualcomm/commit-emails-check-action@main

0 commit comments

Comments
 (0)