Skip to content

Commit

Permalink
Merge pull request #10111 from szarnyasg/add-original-issue-number-to…
Browse files Browse the repository at this point in the history
…-mirror-issue

CI: Add backlink to original issue when its status changes
  • Loading branch information
Mytherin committed Jan 3, 2024
2 parents e61eb0c + 7bb9525 commit ea88b82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/InternalIssuesUpdateMirror.yml
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Add comment with status to mirror issue
run: |
if [ "$MIRROR_ISSUE_NUMBER" != "" ]; then
gh issue comment --repo duckdblabs/duckdb-internal $MIRROR_ISSUE_NUMBER --body "The issue has been ${{ github.event.action }}."
gh issue comment --repo duckdblabs/duckdb-internal $MIRROR_ISSUE_NUMBER --body "The issue has been ${{ github.event.action }} (https://github.com/duckdb/duckdb/issues/${{ github.event.issue.number }})."
fi
- name: Add closed label to mirror issue
Expand Down

0 comments on commit ea88b82

Please sign in to comment.