ruby-changes:58777
From: Takashi <ko1@a...>
Date: Wed, 13 Nov 2019 16:04:44 +0900 (JST)
Subject: [ruby-changes:58777] bdf71a3ef0 (master): Fix MJIT test's Slack notification
https://git.ruby-lang.org/ruby.git/commit/?id=bdf71a3ef0 From bdf71a3ef032ed4675a6f3217cf5c9efb062c0b1 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun <takashikkbn@g...> Date: Tue, 12 Nov 2019 23:04:25 -0800 Subject: Fix MJIT test's Slack notification diff --git a/.github/workflows/mjit.yml b/.github/workflows/mjit.yml index 39a05ae..3e648fa 100644 --- a/.github/workflows/mjit.yml +++ b/.github/workflows/mjit.yml @@ -66,7 +66,7 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/mjit.yml#L66 payload: | { "attachments": [{ - "text": "${{ job.status}}: <https://github.com/${{ github.repository }}/commit/${{ github.sha }}/checks|${{ matrix.os }} / ${{ matrix.test_task }}> " + + "text": "${{ job.status}}: <https://github.com/${{ github.repository }}/commit/${{ github.sha }}/checks|MJIT / ${{ matrix.jit_opts }}> " + "(<https://github.com/${{ github.repository }}/commit/${{ github.sha }}|" + "${{ github.sha }}".substring(0, 10) + ">) " + "of ${{ github.repository }}@" + "${{ github.ref }}".split('/').reverse()[0] + " by ${{ github.event.head_commit.committer.name }}", "color": "danger" -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/