Skip to content

Commit 3bff098

Browse files
committed
CI: Fix backlink for 'High Priority' issues
1 parent 09bdb5b commit 3bff098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/HighPriorityIssues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ jobs:
3232
- name: Create or label issue
3333
run: |
3434
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 }}"
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-rs/issues/${{ github.event.issue.number }}"
3636
fi

0 commit comments

Comments
 (0)