We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09bdb5b commit 3bff098Copy full SHA for 3bff098
.github/workflows/HighPriorityIssues.yml
@@ -32,5 +32,5 @@ jobs:
32
- name: Create or label issue
33
run: |
34
if [ "$MIRROR_ISSUE_NUMBER" == "" ]; then
35
- gh issue create --repo duckdblabs/duckdb-internal --label "Rust" --label "High Priority" --title "$TITLE_PREFIX - $PUBLIC_ISSUE_TITLE" --body "See https://github.com/duckdb/duckdb/issues/${{ github.event.issue.number }}"
+ gh issue create --repo duckdblabs/duckdb-internal --label "Rust" --label "High Priority" --title "$TITLE_PREFIX - $PUBLIC_ISSUE_TITLE" --body "See https://github.com/duckdb/duckdb-rs/issues/${{ github.event.issue.number }}"
36
fi
0 commit comments