From f5b095119198e816a46b85ea46ecc34b053df09a Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Mon, 17 Jun 2024 18:14:13 -0700 Subject: [PATCH] Github actions --- .github/workflows/labeled.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/labeled.yml b/.github/workflows/labeled.yml index 692b2c78e9..882da7fea0 100644 --- a/.github/workflows/labeled.yml +++ b/.github/workflows/labeled.yml @@ -63,9 +63,9 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} issue-number: ${{ github.event.issue.number }} body: | - @${{ github.event.issue.user.login }}, the latest version of Bun is v${{ steps.add-labels.outputs.latest }}, but you are using v${{ steps.add-labels.outputs.oudated }}. + @${{ github.event.issue.user.login }}, the latest version of Bun is v${{ steps.add-labels.outputs.latest }}, but this crash was reported on Bun v${{ steps.add-labels.outputs.oudated }}. - If you upgrade to the latest version, does this fix the issue? + Are you able to reproduce this crash on the latest version of Bun? ```sh bun upgrade