From 77344b9b99be6d77e068b51f91762f74c67feea4 Mon Sep 17 00:00:00 2001 From: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> Date: Sat, 30 Sep 2023 02:50:18 -0700 Subject: actions --- .github/workflows/bun-linux-build.yml | 4 ++-- .github/workflows/bun-mac-aarch64.yml | 4 ++-- .github/workflows/bun-mac-x64-baseline.yml | 8 +++++--- .github/workflows/bun-mac-x64.yml | 4 ++-- 4 files changed, 11 insertions(+), 9 deletions(-) diff --git a/.github/workflows/bun-linux-build.yml b/.github/workflows/bun-linux-build.yml index f5b0de9fe..8eb1caaa9 100644 --- a/.github/workflows/bun-linux-build.yml +++ b/.github/workflows/bun-linux-build.yml @@ -162,7 +162,7 @@ jobs: noprefix: true nocontext: true description: | - ### [${{github.event.pull_request.title}}](https://github.com/oven-sh/bun/pulls/${{github.event.number}}) + ### [${{github.event.pull_request.title}}](https://github.com/oven-sh/bun/pull/${{github.event.number}}) @${{ github.actor }} @@ -232,7 +232,7 @@ jobs: noprefix: true nocontext: true description: | - ### ❌ [${{github.event.pull_request.title}}](https://github.com/oven-sh/bun/pulls/${{github.event.number}}) + ### ❌ [${{github.event.pull_request.title}}](https://github.com/oven-sh/bun/pull/${{github.event.number}}) @${{ github.actor }}, there are ${{ steps.test.outputs.failing_tests_count }} files with test failures on ${{ matrix.tag }}: diff --git a/.github/workflows/bun-mac-aarch64.yml b/.github/workflows/bun-mac-aarch64.yml index aaddad1f2..da31dec54 100644 --- a/.github/workflows/bun-mac-aarch64.yml +++ b/.github/workflows/bun-mac-aarch64.yml @@ -402,7 +402,7 @@ jobs: noprefix: true nocontext: true description: | - ### [${{github.event.pull_request.title}}](https://github.com/oven-sh/bun/pulls/${{github.event.number}}) + ### [${{github.event.pull_request.title}}](https://github.com/oven-sh/bun/pull/${{github.event.number}}) @${{ github.actor }} @@ -471,7 +471,7 @@ jobs: noprefix: true nocontext: true description: | - ### ❌ [${{github.event.pull_request.title}}](https://github.com/oven-sh/bun/pulls/${{github.event.number}}) + ### ❌ [${{github.event.pull_request.title}}](https://github.com/oven-sh/bun/pull/${{github.event.number}}) @${{ github.actor }}, there are ${{ steps.test.outputs.failing_tests_count }} files with test failures on ${{ matrix.tag }}: diff --git a/.github/workflows/bun-mac-x64-baseline.yml b/.github/workflows/bun-mac-x64-baseline.yml index d75d1850a..eec472c18 100644 --- a/.github/workflows/bun-mac-x64-baseline.yml +++ b/.github/workflows/bun-mac-x64-baseline.yml @@ -406,7 +406,7 @@ jobs: noprefix: true nocontext: true description: | - ### [${{github.event.pull_request.title}}](https://github.com/oven-sh/bun/pulls/${{github.event.number}}) + ### [${{github.event.pull_request.title}}](https://github.com/oven-sh/bun/pull/${{github.event.number}}) @${{ github.actor }} @@ -475,9 +475,11 @@ jobs: noprefix: true nocontext: true description: | - ### ❌ [${{github.event.pull_request.title}}](https://github.com/oven-sh/bun/pulls/${{github.event.number}}) + ### ❌ [${{github.event.pull_request.title}}](https://github.com/oven-sh/bun/pull/${{github.event.number}}) - @${{ github.actor }}, there are ${{ steps.test.outputs.failing_tests_count }} files with test failures on ${{ matrix.tag }}: + Hey @${{ github.actor }}, + + ${{ steps.test.outputs.failing_tests_count }} files with test failures on ${{ matrix.tag }}: ${{ steps.test.outputs.failing_tests }} diff --git a/.github/workflows/bun-mac-x64.yml b/.github/workflows/bun-mac-x64.yml index dd1d50b93..76d7d8df2 100644 --- a/.github/workflows/bun-mac-x64.yml +++ b/.github/workflows/bun-mac-x64.yml @@ -408,7 +408,7 @@ jobs: noprefix: true nocontext: true description: | - ### [${{github.event.pull_request.title}}](https://github.com/oven-sh/bun/pulls/${{github.event.number}}) + ### [${{github.event.pull_request.title}}](https://github.com/oven-sh/bun/pull/${{github.event.number}}) @${{ github.actor }} @@ -477,7 +477,7 @@ jobs: noprefix: true nocontext: true description: | - ### ❌ [${{github.event.pull_request.title}}](https://github.com/oven-sh/bun/pulls/${{github.event.number}}) + ### ❌ [${{github.event.pull_request.title}}](https://github.com/oven-sh/bun/pull/${{github.event.number}}) @${{ github.actor }}, there are ${{ steps.test.outputs.failing_tests_count }} files with test failures on ${{ matrix.tag }}: -- cgit v1.2.3