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 }}