[PATCH] D131493: [workflow] Run release tasks for me (tru) as well.
Tobias Hieta via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 9 06:31:20 PDT 2022
thieta created this revision.
thieta added a reviewer: tstellar.
Herald added a project: All.
thieta requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D131493
Files:
.github/workflows/release-tasks.yml
Index: .github/workflows/release-tasks.yml
===================================================================
--- .github/workflows/release-tasks.yml
+++ .github/workflows/release-tasks.yml
@@ -15,7 +15,7 @@
- name: Validate Tag
id: validate-tag
run: |
- test "${{ github.actor }}" = "tstellar"
+ test "${{ github.actor }}" = "tstellar" || test "${{ github.actor }}" = "tru"
echo "${{ github.ref_name }}" | grep -e '^llvmorg-[0-9]\+\.[0-9]\+\.[0-9]\+\(-rc[0-9]\+\)\?$'
release_version=`echo "${{ github.ref_name }}" | sed 's/llvmorg-//g'`
echo "::set-output name=release-version::$release_version"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D131493.451132.patch
Type: text/x-patch
Size: 659 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220809/904300b6/attachment.bin>
More information about the llvm-commits
mailing list