diff options
author | 2023-09-30 17:08:56 -0700 | |
---|---|---|
committer | 2023-09-30 17:08:56 -0700 | |
commit | cfce863449f23db8932ea395b20e0cf79c8d96a4 (patch) | |
tree | 7d716ecacf2274a0949a983bd0855f456951be84 | |
parent | 77344b9b99be6d77e068b51f91762f74c67feea4 (diff) | |
download | bun-jarred/actions.tar.gz bun-jarred/actions.tar.zst bun-jarred/actions.zip |
Add titlejarred/actions
-rw-r--r-- | .github/workflows/bun-linux-build.yml | 2 | ||||
-rw-r--r-- | .github/workflows/bun-mac-aarch64.yml | 2 | ||||
-rw-r--r-- | .github/workflows/bun-mac-x64-baseline.yml | 2 | ||||
-rw-r--r-- | .github/workflows/bun-mac-x64.yml | 2 |
4 files changed, 8 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 }}: 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 }}: diff --git a/.github/workflows/bun-mac-x64-baseline.yml b/.github/workflows/bun-mac-x64-baseline.yml index eec472c18..6d74771ac 100644 --- a/.github/workflows/bun-mac-x64-baseline.yml +++ b/.github/workflows/bun-mac-x64-baseline.yml @@ -406,6 +406,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 }} @@ -475,6 +476,7 @@ jobs: noprefix: true nocontext: true description: | + Pull Request ### ❌ [${{github.event.pull_request.title}}](https://github.com/oven-sh/bun/pull/${{github.event.number}}) Hey @${{ github.actor }}, diff --git a/.github/workflows/bun-mac-x64.yml b/.github/workflows/bun-mac-x64.yml index 76d7d8df2..6fbaa6820 100644 --- a/.github/workflows/bun-mac-x64.yml +++ b/.github/workflows/bun-mac-x64.yml @@ -408,6 +408,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 }} @@ -477,6 +478,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 }}: |