From 996b80df492c8c99550abe14d509dc0034104351 Mon Sep 17 00:00:00 2001 From: Nick Taylor Date: Wed, 1 Nov 2023 15:03:39 -0400 Subject: [PATCH] chore: added a new line to end of triage workflow file --- .github/workflows/triage.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/triage.yml b/.github/workflows/triage.yml index 43fbe1b1..e9c0566b 100644 --- a/.github/workflows/triage.yml +++ b/.github/workflows/triage.yml @@ -16,9 +16,9 @@ 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 + 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,πŸ–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.