Skip to content

Commit abd099b

Browse files
T-GroCopilot
andauthored
Restore github.dev editor link in release-notes check comment (#19898)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent c854edd commit abd099b

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/check_release_notes.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,9 +174,6 @@ jobs:
174174
RELEASE_NOTES_MESSAGE_DETAILS+=$'**If you believe that release notes are not necessary for this PR, please add <kbd>NO_RELEASE_NOTES</kbd> label to the pull request.**'
175175
RELEASE_NOTES_MESSAGE_DETAILS+=$'\n'
176176
RELEASE_NOTES_MESSAGE_DETAILS+=$'\n'
177-
RELEASE_NOTES_MESSAGE_DETAILS+=$"**You can open this PR in browser to add release notes: [open in github.dev](https://github.dev/dotnet/fsharp/pull/${PR_NUMBER})**"
178-
RELEASE_NOTES_MESSAGE_DETAILS+=$'\n'
179-
RELEASE_NOTES_MESSAGE_DETAILS+=$'\n'
180177
RELEASE_NOTES_MESSAGE_DETAILS+='| Change path | Release notes path | Description |'
181178
RELEASE_NOTES_MESSAGE_DETAILS+=$'\n'
182179
RELEASE_NOTES_MESSAGE_DETAILS+='| ---------------- | ------------------ | ----------- |'
@@ -218,6 +215,8 @@ jobs:
218215
RELEASE_NOTES_MESSAGE+=$'## :white_check_mark: No release notes required\n\n'
219216
else
220217
RELEASE_NOTES_MESSAGE+=$'## :heavy_exclamation_mark: Release notes required\n\n'
218+
RELEASE_NOTES_MESSAGE+=$"**You can open this PR in browser to add release notes: [open in github.dev](https://github.dev/dotnet/fsharp/pull/${PR_NUMBER})**"
219+
RELEASE_NOTES_MESSAGE+=$'\n\n'
221220
RELEASE_NOTES_MESSAGE+=$RELEASE_NOTES_MESSAGE_DETAILS
222221
fi
223222

0 commit comments

Comments
 (0)