File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1010
1111env :
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
1515jobs :
1616 update_mirror_issue :
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
You can’t perform that action at this time.
0 commit comments