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