GitHub Action
Validate git author email
v1
Latest version
This action validates that the git author email is in the list of allowed domains.
Required The allowed domains that the author email must match.
The output of the pattern matching the author emails.
uses: tfisicaro/commit-email-validation-action@v1
with:
domains: 'microsoft.com;github.com'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}