diff options
author | 2023-09-30 17:08:56 -0700 | |
---|---|---|
committer | 2023-09-30 17:09:12 -0700 | |
commit | 960922bba9cbc9bc5799b7cf0534ed5aa1ec275a (patch) | |
tree | 7d716ecacf2274a0949a983bd0855f456951be84 /.github/workflows/bun-mac-aarch64.yml | |
parent | c21be13be42f6ca9ec368bd52eee4dc6129f156c (diff) | |
download | bun-960922bba9cbc9bc5799b7cf0534ed5aa1ec275a.tar.gz bun-960922bba9cbc9bc5799b7cf0534ed5aa1ec275a.tar.zst bun-960922bba9cbc9bc5799b7cf0534ed5aa1ec275a.zip |
Add title
Diffstat (limited to '.github/workflows/bun-mac-aarch64.yml')
-rw-r--r-- | .github/workflows/bun-mac-aarch64.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/bun-mac-aarch64.yml b/.github/workflows/bun-mac-aarch64.yml index da31dec54..46ecf77f4 100644 --- a/.github/workflows/bun-mac-aarch64.yml +++ b/.github/workflows/bun-mac-aarch64.yml @@ -402,6 +402,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 }} @@ -471,6 +472,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 }}: |