You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: .github/workflows/action-on-PR-labeled.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -70,5 +70,5 @@ jobs:
70
70
repo: context.repo.repo,
71
71
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**.
72
72
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.`
0 commit comments