From ecca3bb1b22482c958c5c8ac9f9d20dfbe384c6a Mon Sep 17 00:00:00 2001 From: Nick Taylor Date: Thu, 19 Oct 2023 09:41:00 -0400 Subject: [PATCH] chore: added blocking labels to the triage workflow --- .github/workflows/triage.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/triage.yml b/.github/workflows/triage.yml index 6d56b67090..0ac7d4664c 100644 --- a/.github/workflows/triage.yml +++ b/.github/workflows/triage.yml @@ -17,3 +17,5 @@ jobs: with: issueCurrentlyAssignedMessage: Thanks for being interested in this issue. It looks like this ticket is already assigned to a contributor. token: ${{ secrets.GITHUB_TOKEN }} + blockingLabels: needs triage,blocked,core team work,needs 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.