From bdc5a87f158577fd65fde555d956637f3f2b10ac Mon Sep 17 00:00:00 2001 From: David Spickett Date: Mon, 5 Feb 2024 17:48:04 +0000 Subject: [PATCH] [GitHub][Workflows] Prevent multiple private email comments (temporarily) (#80648) Seems the easiest way to quiet this workflow while we figure out the final form of it. --- .github/workflows/email-check.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/email-check.yaml b/.github/workflows/email-check.yaml index 2b37a6eab5356..c2fb38bc05cef 100644 --- a/.github/workflows/email-check.yaml +++ b/.github/workflows/email-check.yaml @@ -1,6 +1,9 @@ name: "Check for private emails used in PRs" -on: pull_request_target +on: + pull_request_target: + types: + - opened permissions: contents: read