diff --git a/.github/workflows/pr-automation-comments.yml b/.github/workflows/pr-automation-comments.yml index 9ce36c2f8199..8e02719e8983 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.", "",