Skip to content

Commit 96e3dc3

Browse files
DavidSpickettagozillon
authored andcommitted
[GitHub][Workflows] Prevent multiple private email comments (temporarily) (llvm#80648)
Seems the easiest way to quiet this workflow while we figure out the final form of it.
1 parent 16b5d0c commit 96e3dc3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/email-check.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: "Check for private emails used in PRs"
22

3-
on: pull_request_target
3+
on:
4+
pull_request_target:
5+
types:
6+
- opened
47

58
permissions:
69
contents: read

0 commit comments

Comments
 (0)