mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-01 14:46:26 +00:00
Workflows: Allow pull request for clang-format changes (#64332)
* Allow pull request for clang-format changes Remove repo lockdown on clang-format specific directories * Missing / from unittests
This commit is contained in:
parent
61f3ce7bb3
commit
8b003c6201
5
.github/workflows/repo-lockdown.yml
vendored
5
.github/workflows/repo-lockdown.yml
vendored
@ -9,6 +9,11 @@ on:
|
||||
- 'runtimes/**'
|
||||
- 'lldb/**'
|
||||
- '.github/**'
|
||||
- 'clang/lib/Format/**'
|
||||
- 'clang/include/clang/Format/**'
|
||||
- 'clang/docs/**'
|
||||
- 'clang/unitests/Format/**'
|
||||
- 'clang/tools/clang-format/**'
|
||||
|
||||
permissions:
|
||||
pull-requests: write
|
||||
|
Loading…
x
Reference in New Issue
Block a user