Skip to content

Commit 3e3d736

Browse files
committed
Update needs repro workflow for triage labels
1 parent f9b7204 commit 3e3d736

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/issue-needs-repro.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ jobs:
1010
runs-on: depot-ubuntu-24.04-arm-small
1111
steps:
1212
- name: Remove triaging label
13-
if: github.event_name == 'issues' && contains(github.event.issue.labels.*.name, 'needs repro')
13+
if: github.event_name == 'issues' && contains(github.event.issue.labels.*.name, 'triage: needs reproduction')
1414
env:
1515
GH_TOKEN: ${{ secrets.FREDKBOT_GITHUB_TOKEN }}
1616
ISSUE_NUMBER: ${{ github.event.issue.number }}
1717
REPO: ${{ github.repository }}
1818
run: |
19-
gh issue comment "$ISSUE_NUMBER" --repo "$REPO" --body "Hello @${{ github.event.issue.user.login }}. Please provide a [minimal reproduction](https://stackoverflow.com/help/minimal-reproducible-example) using a GitHub repository or [StackBlitz](https://astro.new/repro). Issues marked with `needs repro` will be closed if they have no activity within 3 days."
19+
gh issue comment "$ISSUE_NUMBER" --repo "$REPO" --body "Hello @${{ github.event.issue.user.login }}. Please provide a [minimal reproduction](https://stackoverflow.com/help/minimal-reproducible-example) using a GitHub repository or [StackBlitz](https://astro.new/repro). Issues marked with `triage: needs reproduction` will be closed if they have no activity within 3 days."
2020
2121
gh issue edit "$ISSUE_NUMBER" --repo "$REPO" --remove-label "triage: needs triage"

0 commit comments

Comments
 (0)