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