Skip to content

Commit 63bd772

Browse files
committed
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
1 parent 7f28137 commit 63bd772

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/repo-lockdown.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ name: 'Repo Lockdown'
22
on:
33
pull_request_target:
44
types: opened
5+
paths-ignore:
6+
- 'libcxx/**'
7+
- 'libcxxabi/**'
8+
- 'libunwind/**'
9+
- 'runtimes/**'
510

611
permissions:
712
pull-requests: write

0 commit comments

Comments
 (0)