Skip to content

Commit 2eb83ca

Browse files
committed
CI: Fix repository name
1 parent 8e7bc1b commit 2eb83ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/InternalIssuesUpdateMirror.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
env:
1212
GH_TOKEN: ${{ secrets.DUCKDBLABS_BOT_TOKEN }}
13-
TITLE_PREFIX: "[ducklake/#${{ github.event.issue.number || github.event.discussion.number }}]"
13+
TITLE_PREFIX: "[duckdb-python/#${{ github.event.issue.number || github.event.discussion.number }}]"
1414

1515
jobs:
1616
update_mirror_issue:
@@ -32,7 +32,7 @@ jobs:
3232
- name: Add comment with status to mirror issue
3333
run: |
3434
if [ "$MIRROR_ISSUE_NUMBER" != "" ]; then
35-
gh issue comment --repo duckdblabs/duckdb-internal $MIRROR_ISSUE_NUMBER --body "The issue has been ${{ github.event.action }} (https://github.com/duckdb/ducklake/issues/${{ github.event.issue.number || github.event.discussion.number }})."
35+
gh issue comment --repo duckdblabs/duckdb-internal $MIRROR_ISSUE_NUMBER --body "The issue has been ${{ github.event.action }} (https://github.com/duckdb/duckdb-python/issues/${{ github.event.issue.number || github.event.discussion.number }})."
3636
fi
3737
3838
- name: Add closed label to mirror issue

0 commit comments

Comments
 (0)