diff options
author | 2023-09-30 02:50:18 -0700 | |
---|---|---|
committer | 2023-09-30 02:50:18 -0700 | |
commit | 77344b9b99be6d77e068b51f91762f74c67feea4 (patch) | |
tree | 30ed73bb735eb19649c2daf42cc35aeb8bb914be | |
parent | 06161fe00baaa99d83c03ad47149d565012c444f (diff) | |
download | bun-77344b9b99be6d77e068b51f91762f74c67feea4.tar.gz bun-77344b9b99be6d77e068b51f91762f74c67feea4.tar.zst bun-77344b9b99be6d77e068b51f91762f74c67feea4.zip |
actions
-rw-r--r-- | .github/workflows/bun-linux-build.yml | 4 | ||||
-rw-r--r-- | .github/workflows/bun-mac-aarch64.yml | 4 | ||||
-rw-r--r-- | .github/workflows/bun-mac-x64-baseline.yml | 8 | ||||
-rw-r--r-- | .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 }}: |