We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a5806cd + 69413bb commit 6ba1e48Copy full SHA for 6ba1e48
1 file changed
.github/workflows/email_checker.yml
@@ -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