[PATCH] D155315: [GitHub] Update repo lockdown to exclude lldb
Chris Bieneman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 14 10:26:04 PDT 2023
beanz created this revision.
beanz added reviewers: tstellar, JDevlieghere.
Herald added a project: All.
beanz requested review of this revision.
Herald added subscribers: llvm-commits, wangpc.
Herald added a project: LLVM.
This change enables the LLDB project to begin experimenting with
pull-request workflows to help identify issues was we move toward
adopting pull requests.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D155315
Files:
.github/workflows/repo-lockdown.yml
Index: .github/workflows/repo-lockdown.yml
===================================================================
--- .github/workflows/repo-lockdown.yml
+++ .github/workflows/repo-lockdown.yml
@@ -7,6 +7,7 @@
- 'libcxxabi/**'
- 'libunwind/**'
- 'runtimes/**'
+ - 'lldb/**'
permissions:
pull-requests: write
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D155315.540484.patch
Type: text/x-patch
Size: 337 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230714/3c96523c/attachment.bin>
More information about the llvm-commits
mailing list