[PATCH] D119412: github: Automatically create backport requests for bugs referenced in commit messages

Konrad Wilhelm Kleine via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 18 03:07:21 PDT 2023


kwk added inline comments.


================
Comment at: .github/workflows/issue-release-workflow.yml:34-36
+    if: >-
+        (github.repository == 'llvm/llvm-project') &&
+        github.event.action == 'closed'
----------------
@tstellar the `issue_comment` trigger will also trigger on review comments for a PR and want to exclude that, don't you?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D119412



More information about the llvm-commits mailing list