[PATCH] D150314: workflows/repo-lockdown: Ignore libcxx and related sub-directories

Tom Stellard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 10 15:09:40 PDT 2023


tstellar created this revision.
tstellar added a reviewer: ldionne.
Herald added a project: All.
tstellar requested review of this revision.
Herald added a project: LLVM.

https://discourse.llvm.org/t/opening-up-prs-experimentally-for-a-subset-of-the-llvm-project/70375/11


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D150314

Files:
  .github/workflows/repo-lockdown.yml


Index: .github/workflows/repo-lockdown.yml
===================================================================
--- .github/workflows/repo-lockdown.yml
+++ .github/workflows/repo-lockdown.yml
@@ -2,6 +2,11 @@
 on:
   pull_request_target:
     types: opened
+    paths-ignore:
+      - 'libcxx/**'
+      - 'libcxxabi/**'
+      - 'libunwind/**'
+      - 'runtimes/**'
 
 permissions:
   pull-requests: write


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D150314.521116.patch
Type: text/x-patch
Size: 407 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230510/1201fa47/attachment.bin>


More information about the llvm-commits mailing list