From 5c44a687eb5fceb181a4a282ec665bd0d0963097 Mon Sep 17 00:00:00 2001 From: Carlo Piovesan Date: Mon, 1 Jul 2024 14:06:12 +0200 Subject: [PATCH] Update HighPriorityIssues.yml --- .github/workflows/HighPriorityIssues.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/HighPriorityIssues.yml b/.github/workflows/HighPriorityIssues.yml index e5849b83..f82ec0cf 100644 --- a/.github/workflows/HighPriorityIssues.yml +++ b/.github/workflows/HighPriorityIssues.yml @@ -32,5 +32,5 @@ jobs: - name: Create or label issue run: | if [ "$MIRROR_ISSUE_NUMBER" == "" ]; then - gh issue create --repo duckdblabs/duckdb-internal --label "Node.js" --label "High Priority" --title "$TITLE_PREFIX - $PUBLIC_ISSUE_TITLE" --body "See https://github.com/duckdb/duckdb-node/issues/${{ github.event.issue.number }}" + gh issue create --repo duckdblabs/duckdb-internal --label "Node.js" --title "$TITLE_PREFIX - $PUBLIC_ISSUE_TITLE" --body "See https://github.com/duckdb/duckdb-node/issues/${{ github.event.issue.number }}" fi