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:
MyDeveloperDay 2023-08-02 21:12:52 +01:00 committed by GitHub
parent 61f3ce7bb3
commit 8b003c6201
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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