[llvm] Add github workflow that checks if a private email address was used to contribute to the repo and warn in this case (PR #80514)

Anton Korobeynikov via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 2 22:03:38 PST 2024


================
@@ -0,0 +1,36 @@
+name: "Check for private emails used in PRs"
+on: pull_request_target
+permissions:
+  pull-requests: write
----------------
asl wrote:

Sure, can do that

https://github.com/llvm/llvm-project/pull/80514


More information about the llvm-commits mailing list