From 0688144bc36a6bf4ebb78576b45e88de27a399d5 Mon Sep 17 00:00:00 2001 From: Jay DeLuca Date: Mon, 8 Dec 2025 13:19:33 -0500 Subject: [PATCH 1/2] change wording --- .github/workflows/pr-automation-comments.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr-automation-comments.yml b/.github/workflows/pr-automation-comments.yml index a0dc2b6e6d97..f2c2358797de 100644 --- a/.github/workflows/pr-automation-comments.yml +++ b/.github/workflows/pr-automation-comments.yml @@ -41,9 +41,9 @@ jobs: "- Code examples showing before/after usage", "", "### Checklist", - "- [ ] Migration notes added to the PR description", - "- [ ] 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.", - "- [ ] Consider if this change requires a major version bump", + "- Migration notes added to the PR description", + "- 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.", + "- Consider if this change requires a major version bump", "", "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.", "", From 4858d6a521b5e03b7a2a47d82373d0e275af31d1 Mon Sep 17 00:00:00 2001 From: Jay DeLuca Date: Mon, 8 Dec 2025 13:36:36 -0500 Subject: [PATCH 2/2] add back escaping --- .github/workflows/pr-automation-comments.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-automation-comments.yml b/.github/workflows/pr-automation-comments.yml index f2c2358797de..8e02719e8983 100644 --- a/.github/workflows/pr-automation-comments.yml +++ b/.github/workflows/pr-automation-comments.yml @@ -42,7 +42,7 @@ jobs: "", "### Checklist", "- Migration notes added to the PR description", - "- 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.", + "- 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.", "- Consider if this change requires a major version bump", "", "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.",