Qualcomm PR email addresses checker
For each commit in a PR, validates that the commit's author and committer email addresses are appropriate for the repo.
NOTE: This action should be used with pull_request
events.
name: PR email addresses checker
on: pull_request
# If using this action on a private/internal repo, you must grant read access to PRs
permissions:
pull-requests: read
jobs:
pr-check-emails:
runs-on: ubuntu-latest
steps:
- name: Check PR emails
uses: qualcomm/commit-emails-check-action@main
Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
SPDX-License-Identifier: BSD-3-Clause