From 67703bbce8cd9b8d128719932ddb2a6d2b32152d Mon Sep 17 00:00:00 2001 From: Xandre V <44826516+seisvelas@users.noreply.github.com> Date: Tue, 25 May 2021 19:14:53 -0600 Subject: [PATCH] Create check-for-emails.yml --- .github/workflows/check-for-emails.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/check-for-emails.yml diff --git a/.github/workflows/check-for-emails.yml b/.github/workflows/check-for-emails.yml new file mode 100644 index 000000000..3643861d8 --- /dev/null +++ b/.github/workflows/check-for-emails.yml @@ -0,0 +1,18 @@ +on: + issue_comment: + types: [created, edited] + issues: + types: [opened, edited] +jobs: + find_emails: + runs-on: ubuntu-latest + name: Check for emails in issue comments + steps: + - name: Checkout + uses: actions/checkout@v2 + - name: Scan comment + id: scan + uses: seisvelas/comment-email-address-alerts@v3.1 + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} + exemptions: test,example.com,flowcrypt.com