Skip to content

Commit

Permalink
Merge pull request #104 from carlopi/patch-1
Browse files Browse the repository at this point in the history
Update HighPriorityIssues.yml
  • Loading branch information
Mytherin authored Jul 4, 2024
2 parents a5ec8f3 + 5c44a68 commit 6c12e4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/HighPriorityIssues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6c12e4a

Please sign in to comment.