[llvm] [GitHub][Workflows] Prevent multiple private email comments (temporarily) (PR #80648)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 5 01:09:35 PST 2024
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-github-workflow
Author: David Spickett (DavidSpickett)
<details>
<summary>Changes</summary>
Seems the easiest way to quiet this workflow while we figure out the final form of it.
---
Full diff: https://github.com/llvm/llvm-project/pull/80648.diff
1 Files Affected:
- (modified) .github/workflows/email-check.yaml (+4-1)
``````````diff
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
``````````
</details>
https://github.com/llvm/llvm-project/pull/80648
More information about the llvm-commits
mailing list