Skip to content

Commit 7baef26

Browse files
authored
Fix typo in release-notes directory link in GitHub workflow (#20581)
# Objective For example, in: - #19864 (comment) The link to the directory containing the release notes is broken. ## Solution Fix the link. ## Testing Copy pasted the new link in URL bar.
1 parent 7a86925 commit 7baef26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/action-on-PR-labeled.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,5 @@ jobs:
7070
repo: context.repo.repo,
7171
body: `It looks like your PR has been selected for a highlight in the next release blog post, but **you didn't provide a release note**.
7272
73-
Please review the [instructions for writing release notes](https://github.com/bevyengine/bevy/tree/main/release-content/release_notes.md), then expand or revise the content in the [release notes directory](https://github.com/bevyengine/bevy/tree/main/release-content/release_notes) to showcase your changes.`
73+
Please review the [instructions for writing release notes](https://github.com/bevyengine/bevy/tree/main/release-content/release_notes.md), then expand or revise the content in the [release notes directory](https://github.com/bevyengine/bevy/tree/main/release-content/release-notes) to showcase your changes.`
7474
})

0 commit comments

Comments
 (0)