From bafdd028ab93e43080b39bb15342b6a84334266d Mon Sep 17 00:00:00 2001 From: Aramis Sennyey <159921952+aramissennyeydd@users.noreply.github.com> Date: Thu, 8 Jan 2026 09:51:44 -0700 Subject: [PATCH] fix(api-breaking-changes): add better comment identifier (#32268) * fix(api-breaking-changes): add better comment identifier Signed-off-by: aramissennyeydd * only update workflow Signed-off-by: aramissennyeydd * test change Signed-off-by: aramissennyeydd * add breaking change Signed-off-by: aramissennyeydd * revert schema changes Signed-off-by: aramissennyeydd --------- Signed-off-by: aramissennyeydd --- .github/workflows/api-breaking-changes-comment.yml | 2 +- .github/workflows/api-breaking-changes.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/api-breaking-changes-comment.yml b/.github/workflows/api-breaking-changes-comment.yml index 4645dd8c23..079c946173 100644 --- a/.github/workflows/api-breaking-changes-comment.yml +++ b/.github/workflows/api-breaking-changes-comment.yml @@ -115,7 +115,7 @@ jobs: with: issue-number: ${{ needs.setup.outputs.pr-number }} comment-author: 'github-actions[bot]' - body-includes: API changes + body-includes: api-breaking-changes-comment direction: last - name: Create or Update Comment with API Changes diff --git a/.github/workflows/api-breaking-changes.yml b/.github/workflows/api-breaking-changes.yml index 71a7e9b226..7525ea3a07 100644 --- a/.github/workflows/api-breaking-changes.yml +++ b/.github/workflows/api-breaking-changes.yml @@ -40,6 +40,7 @@ jobs: - name: breaking changes check run: | yarn backstage-repo-tools repo schema openapi diff --since origin/${{ github.base_ref }} > comment.md + echo "" >> comment.md - name: clone artifacts to current directory run: |