Skip to content

Commit d22a1e4

Browse files
authored
fix breaking change script (#15567)
1 parent e49aa18 commit d22a1e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-automation-comments.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
"",
4343
"### Checklist",
4444
"- [ ] Migration notes added to the PR description",
45-
"- [ ] Breaking change is documented in the "Unreleased" section of the [Changelog](https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/CHANGELOG.md), preferably as part of this PR.",
45+
"- [ ] Breaking change is documented in the \"Unreleased\" section of the [Changelog](https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/CHANGELOG.md), preferably as part of this PR.",
4646
"- [ ] Consider if this change requires a major version bump",
4747
"",
4848
"Your migration notes will be included in the release notes to help users upgrade smoothly. The more detailed and helpful they are, the better the user experience will be.",

0 commit comments

Comments
 (0)