Skip to content

Commit bdc5a87

Browse files
[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.
1 parent 1a64260 commit bdc5a87

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)