diff --git a/.github/workflows/HighPriorityIssues.yml b/.github/workflows/HighPriorityIssues.yml index 37185b1f7..aef866a29 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 "Wasm" --label "High Priority" --title "$TITLE_PREFIX - $PUBLIC_ISSUE_TITLE" --body "See https://github.com/duckdb/duckdb-wasm/issues/${{ github.event.issue.number }}" + gh issue create --repo duckdblabs/duckdb-internal --label "Wasm" --title "$TITLE_PREFIX - $PUBLIC_ISSUE_TITLE" --body "See https://github.com/duckdb/duckdb-wasm/issues/${{ github.event.issue.number }}" fi