[PATCH] D156595: Workflows: Allow pull requests for .github directory
Tom Stellard via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jul 29 06:35:16 PDT 2023
tstellar created this revision.
tstellar added a reviewer: thieta.
Herald added a subscriber: rZhBoYao.
Herald added a project: All.
tstellar requested review of this revision.
Herald added a project: LLVM.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D156595
Files:
.github/workflows/repo-lockdown.yml
Index: .github/workflows/repo-lockdown.yml
===================================================================
--- .github/workflows/repo-lockdown.yml
+++ .github/workflows/repo-lockdown.yml
@@ -7,6 +7,7 @@
- 'libcxxabi/**'
- 'libunwind/**'
- 'runtimes/**'
+ - '.github/**'
permissions:
pull-requests: write
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D156595.545366.patch
Type: text/x-patch
Size: 340 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230729/b1df62b0/attachment.bin>
More information about the llvm-commits
mailing list