Skip to content

Commit

Permalink
[GitHub][Workflows] Prevent multiple private email comments (temporar…
Browse files Browse the repository at this point in the history
…ily) (#80648)

Seems the easiest way to quiet this workflow while we figure out the final form of it.
  • Loading branch information
DavidSpickett authored Feb 5, 2024
1 parent 1a64260 commit bdc5a87
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/email-check.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit bdc5a87

Please sign in to comment.