mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-27 15:41:46 +00:00
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:
parent
7f28137b5d
commit
63bd7726d1
5
.github/workflows/repo-lockdown.yml
vendored
5
.github/workflows/repo-lockdown.yml
vendored
@ -2,6 +2,11 @@ name: 'Repo Lockdown'
|
||||
on:
|
||||
pull_request_target:
|
||||
types: opened
|
||||
paths-ignore:
|
||||
- 'libcxx/**'
|
||||
- 'libcxxabi/**'
|
||||
- 'libunwind/**'
|
||||
- 'runtimes/**'
|
||||
|
||||
permissions:
|
||||
pull-requests: write
|
||||
|
Loading…
Reference in New Issue
Block a user