[PATCH] D158569: workflows: Disable repo-lockdown for llvm/utils/git

Tom Stellard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 23 07:51:55 PDT 2023


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG102970091ef0: workflows: Disable repo-lockdown for llvm/utils/git (authored by tstellar).

Repository:
  rG LLVM Github Monorepo

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

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.552713.patch
Type: text/x-patch
Size: 378 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230823/531d0e80/attachment.bin>


More information about the llvm-commits mailing list