[llvm] [GitHub][workflows] Ask reviewers to merge PRs when author can not (PR #81142)
    David Spickett via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Feb 12 01:32:24 PST 2024
    
    
  
================
@@ -0,0 +1,38 @@
+name: "Prompt reviewers to merge PRs on behalf of authors"
+
+permissions:
+  contents: read
+
+on:
+  pull_request_review:
+    types:
+      - submitted
+
+jobs:
+  merge_on_behalf_information_comment:
----------------
DavidSpickett wrote:
Fixed.
https://github.com/llvm/llvm-project/pull/81142
    
    
More information about the llvm-commits
mailing list