Skip to content

Commit

Permalink
CI: Fix backlink for 'High Priority' issues
Browse files Browse the repository at this point in the history
  • Loading branch information
szarnyasg committed Nov 4, 2023
1 parent e0706e7 commit aeef0e5
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 "extension" --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 "extension" --label "High Priority" --title "$TITLE_PREFIX - $PUBLIC_ISSUE_TITLE" --body "See https://github.com/duckdb/duckdb_aws/issues/${{ github.event.issue.number }}"
fi

0 comments on commit aeef0e5

Please sign in to comment.