[PATCH] D156595: Workflows: Allow pull requests for .github directory

Tom Stellard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 1 13:34:47 PDT 2023


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG5754f5af3c4a: Workflows: Allow pull requests for .github directory (authored by tstellar).

Changed prior to commit:
  https://reviews.llvm.org/D156595?vs=545366&id=546206#toc

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D156595/new/

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
@@ -8,6 +8,7 @@
       - 'libunwind/**'
       - 'runtimes/**'
       - 'lldb/**'
+      - '.github/**'
 
 permissions:
   pull-requests: write


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D156595.546206.patch
Type: text/x-patch
Size: 335 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230801/b22e3746/attachment.bin>


More information about the llvm-commits mailing list