From 0b6e691312aaca1c4e5631762810069a0d0d0c14 Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Tue, 8 Oct 2024 23:51:27 -0700 Subject: [PATCH] actions: update help text for 'needs repro' label --- .github/workflows/labeled.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/labeled.yml b/.github/workflows/labeled.yml index f0240aa0c3655..7dacfa985f10d 100644 --- a/.github/workflows/labeled.yml +++ b/.github/workflows/labeled.yml @@ -114,4 +114,4 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} issue-number: ${{ github.event.issue.number }} body: | - Hello @${{ github.event.issue.user.login }}. Please provide a [minimal reproduction](https://stackoverflow.com/help/minimal-reproducible-example) using a GitHub repository, [Replit](https://replit.com/@replit/Bun), or [CodeSandbox](https://codesandbox.io/templates/bun). Issues marked with `needs repro` will be closed if they have no activity within 3 days. + Hello @${{ github.event.issue.user.login }}. Please provide a [minimal reproduction](https://stackoverflow.com/help/minimal-reproducible-example) using a GitHub repository, [Replit](https://replit.com/@replit/Bun), [CodeSandbox](https://codesandbox.io/templates/bun), or provide a bulleted list of commands to run that reproduce this issue. Issues marked with `needs repro` will be closed if they have no activity within 3 days.