[llvm] [GitHub][workflows] Ask reviewers to merge PRs when author can not (PR #81142)
Tom Stellard via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 9 13:02:27 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:
----------------
tstellar wrote:
I think the convention is to use dashes instead of underscores here.
https://github.com/llvm/llvm-project/pull/81142
More information about the llvm-commits
mailing list