Skip to content

Commit cdb86e4

Browse files
committed
add pr link
1 parent cceeb0b commit cdb86e4

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "f3bee672-bc64-4103-adad-5f6db9e139a6",
3+
"type": "bugfix",
4+
"description": "fixed a foo",
5+
"issues": [
6+
"awslabs/aws-sdk-kotlin#2000"
7+
]
8+
}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
while read -r issue_number; do
8080
if [ -n "$issue_number" ]; then
8181
echo "Commenting on issue #$issue_number"
82-
if ! gh issue comment "$issue_number" --body "A change related to this issue was included in [release **$CURRENT_TAG**](https://github.com/${{ github.repository }}/releases/tag/$CURRENT_TAG)."; then
82+
if ! gh issue comment "$issue_number" --body "A [#$pr_number](https://github.com/${{ github.repository }}/pull/$pr_number) related to this issue was included in [**$CURRENT_TAG**](https://github.com/${{ github.repository }}/releases/tag/$CURRENT_TAG)."; then
8383
echo "::error::Failed to comment on issue #$issue_number"
8484
FAILURES="$FAILURES #$issue_number"
8585
fi

0 commit comments

Comments
 (0)