diff options
Diffstat (limited to '.github/workflows/bun-linux-build.yml')
-rw-r--r-- | .github/workflows/bun-linux-build.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/bun-linux-build.yml b/.github/workflows/bun-linux-build.yml index 8eb1caaa9..932d7eef4 100644 --- a/.github/workflows/bun-linux-build.yml +++ b/.github/workflows/bun-linux-build.yml @@ -162,6 +162,7 @@ jobs: noprefix: true nocontext: true description: | + Pull Request ### [${{github.event.pull_request.title}}](https://github.com/oven-sh/bun/pull/${{github.event.number}}) @${{ github.actor }} @@ -232,6 +233,7 @@ jobs: noprefix: true nocontext: true description: | + Pull Request ### ❌ [${{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 }}: |