workflows/repo-lockdown: Ignore libcxx and related sub-directories

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

Reviewed By: ldionne

Differential Revision: https://reviews.llvm.org/D150314
This commit is contained in:
Tom Stellard 2023-05-12 23:19:56 -07:00
parent 7f28137b5d
commit 63bd7726d1

View File

@ -2,6 +2,11 @@ name: 'Repo Lockdown'
on:
pull_request_target:
types: opened
paths-ignore:
- 'libcxx/**'
- 'libcxxabi/**'
- 'libunwind/**'
- 'runtimes/**'
permissions:
pull-requests: write