[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
Mon Jan 17 02:17:48 PST 2022
alexbatashev requested changes to this revision.
alexbatashev added inline comments.
This revision now requires changes to proceed.
================
Comment at: .github/workflows/issue-release-workflow.yml:13
+ runs-on: ubuntu-latest
+ if: startswith(github.event.comment.body, '/cherry-pick')
+
----------------
Something like this should avoid interference with LLVM forks and their automation
================
Comment at: .github/workflows/issue-release-workflow.yml:42
+ runs-on: ubuntu-latest
+ if: startswith(github.event.comment.body, '/branch')
+
----------------
Same as above
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