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

Konrad Wilhelm Kleine via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 3 04:02:16 PST 2022


kwk accepted this revision.
kwk added a comment.

Minor things in the documentation but I'd say: go for it.



================
Comment at: .github/workflows/issue-release-workflow.yml:6-7
+#
+# This comment will attempt to cherry-pick COMMIT to the release branch and
+# if successful push the result to a branch on github.
+#
----------------
`COMMIT` is `<commit>`, right? And it probably more than one commit that can be cherry-picked with this command, right? I mean I read the code, so yes.

As a new reader I would ask what `the release branch` is.


================
Comment at: .github/workflows/issue-release-workflow.yml:9-11
+# /branch <owner>/<repo>/<branch>
+#
+# This comment will create a pull request from BRANCH to the latest release
----------------
What is `BRANCH` in this case? I assume you mean `<owner>/<repo>/<branch>`?


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