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

Tom Stellard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 12 23:20:42 PDT 2023


This revision was automatically updated to reflect the committed changes.
Closed by commit rG63bd7726d14e: workflows/repo-lockdown: Ignore libcxx and related sub-directories (authored by tstellar).

Repository:
  rG LLVM Github Monorepo

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

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.521872.patch
Type: text/x-patch
Size: 407 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230513/a0ff61ef/attachment.bin>


More information about the llvm-commits mailing list