aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Spickett <david.spickett@linaro.org>2024-02-05 17:48:04 +0000
committerGitHub <noreply@github.com>2024-02-05 09:48:04 -0800
commitbdc5a87f158577fd65fde555d956637f3f2b10ac (patch)
tree7b65b7bbfc3e2515045ddb8e464db232ecd81aac
parent1a6426067fb33a8a789978f6e229108787a041be (diff)
downloadllvm-bdc5a87f158577fd65fde555d956637f3f2b10ac.zip
llvm-bdc5a87f158577fd65fde555d956637f3f2b10ac.tar.gz
llvm-bdc5a87f158577fd65fde555d956637f3f2b10ac.tar.bz2
[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.
-rw-r--r--.github/workflows/email-check.yaml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/email-check.yaml b/.github/workflows/email-check.yaml
index 2b37a6e..c2fb38b 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