[PATCH] D158569: workflows: Disable repo-lockdown for llvm/utils/git
Tom Stellard via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 22 17:28:27 PDT 2023
tstellar created this revision.
tstellar added a reviewer: asl.
Herald added a subscriber: rZhBoYao.
Herald added a project: All.
tstellar requested review of this revision.
Herald added a project: LLVM.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D158569
Files:
.github/workflows/repo-lockdown.yml
Index: .github/workflows/repo-lockdown.yml
===================================================================
--- .github/workflows/repo-lockdown.yml
+++ .github/workflows/repo-lockdown.yml
@@ -14,6 +14,7 @@
- 'clang/docs/**'
- 'clang/unitests/Format/**'
- 'clang/tools/clang-format/**'
+ - 'llvm/utils/git/**'
permissions:
pull-requests: write
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D158569.552546.patch
Type: text/x-patch
Size: 378 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230823/8e8c2bef/attachment.bin>
More information about the llvm-commits
mailing list