[llvm] [github][Security] Add the llvm-security-group team as code owner for Security.rst (PR #106255)
Tulio Magno Quites Machado Filho via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 27 10:42:53 PDT 2024
https://github.com/tuliom created https://github.com/llvm/llvm-project/pull/106255
This will help to notify all the LLVM Security Group when pull requests to the documentation are created.
>From 69384e5b2b8ada27f443c975c910c468f7ab2770 Mon Sep 17 00:00:00 2001
From: Tulio Magno Quites Machado Filho <tuliom at redhat.com>
Date: Tue, 27 Aug 2024 14:38:54 -0300
Subject: [PATCH] [github][Security] Add the llvm-security-group team as code
owner for Security.rst
This will help to notify all the LLVM Security Group when pull requests
to the documentation are created.
---
.github/CODEOWNERS | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 37b4b51ae3b973..033a6062a699ec 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -150,3 +150,6 @@
# libclang/Python bindings
/clang/bindings/python @DeinAlptraum
+
+# LLVM Security Group documentation
+/llvm/docs/Security.rst @llvm/llvm-security-group
More information about the llvm-commits
mailing list