[PATCH] D117386: github: Add actions to automate part of the release workflow

Alexander Batashev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 21 01:33:46 PST 2022


alexbatashev accepted this revision.
alexbatashev added a comment.
This revision is now accepted and ready to land.

LGTM now, thanks @tstellar



================
Comment at: .github/workflows/issue-release-workflow.yml:42
+    runs-on: ubuntu-latest
+    if: if: (github.repository == 'llvm/llvm-project') && startswith(github.event.comment.body, '/branch')
+
----------------
Typo


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D117386



More information about the llvm-commits mailing list