[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 17:35:43 PDT 2023


This revision was automatically updated to reflect the committed changes.
Closed by commit rG7b654acc4db9: [GitHub] Update repo lockdown to exclude lldb (authored by beanz).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D155315/new/

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.540604.patch
Type: text/x-patch
Size: 337 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230715/62321240/attachment.bin>


More information about the llvm-commits mailing list