From b8d4d12b57105e25da87faa98d79d567d343d238 Mon Sep 17 00:00:00 2001 From: Nick Taylor Date: Wed, 1 Nov 2023 15:05:57 -0400 Subject: [PATCH] chore: updated triage workflow --- .github/workflows/triage.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/triage.yml b/.github/workflows/triage.yml index 43fbe1b1..a68469d7 100644 --- a/.github/workflows/triage.yml +++ b/.github/workflows/triage.yml @@ -16,9 +16,10 @@ jobs: timeout-minutes: 10 steps: - name: take an issue - uses: bdougie/take-action@main + uses: bdougie/take-action@v1.6.1 with: message: Thanks for taking this on! If you have not already, join the conversation in our [Discord](https://discord.gg/U2peSNf23P) issueCurrentlyAssignedMessage: Thanks for being interested in this issue. It looks like this ticket is already assigned to a contributor. Please communicate with the assigned contributor to confirm the status of the issue. - trigger: .take token: ${{ secrets.GITHUB_TOKEN }} + blockingLabels: πŸ‘€ needs triage,πŸ›‘ blocked,core team work,πŸ–need-design,duplicate + blockingLabelsMessage: The issue you are trying to assign yourself is blocked until it can be triaged or by another label on the issue.