Skip to content

fix: clarify safe/approved breaking changes in github check run#8226

Merged
n1ru4l merged 3 commits into
mainfrom
fix-github-changes-clarification
Jul 20, 2026
Merged

fix: clarify safe/approved breaking changes in github check run#8226
n1ru4l merged 3 commits into
mainfrom
fix-github-changes-clarification

Conversation

@n1ru4l

@n1ru4l n1ru4l commented Jul 16, 2026

Copy link
Copy Markdown
Contributor

Background

This clarifies the message we show in case there a breaking changes, but the schema check passed.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the schema publisher to clarify successful GitHub schema checks. It changes the check title from 'No breaking changes' to 'No blocking changes' and updates the writeChanges helper to annotate schema changes with their status, indicating if they are safe based on usage or have been approved. A corresponding changeset has also been added. I have no feedback to provide.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

@github-actions

github-actions Bot commented Jul 16, 2026

Copy link
Copy Markdown
Contributor

🚀 Snapshot Release (alpha)

The latest changes of this PR are available as alpha on npm (based on the declared changesets):

Package Version Info
hive 11.7.0-alpha-20260720085323-b78adf1710794494feb04c99a818443c264fb3c5 npm ↗︎ unpkg ↗︎

@github-actions

github-actions Bot commented Jul 16, 2026

Copy link
Copy Markdown
Contributor

🐋 This PR was built and pushed to the following Docker images:

Targets: build

Platforms: linux/amd64

Image Tags: 11.7.0-alpha-b78adf1, b78adf1, b78adf1710794494feb04c99a818443c264fb3c5

@n1ru4l n1ru4l changed the title fix: clarify safe/approved breaking changes fix: clarify safe/approved breaking changes in github check run Jul 20, 2026
@n1ru4l
n1ru4l marked this pull request as ready for review July 20, 2026 09:26
title = 'No breaking changes';
summary = this.changesToMarkdown(changes);
shortSummaryFallback = this.changesToMarkdown(changes, false);
title = 'No blocking changes';

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: I don't remember we used this terminology in other places

@n1ru4l
n1ru4l merged commit c0873ac into main Jul 20, 2026
48 of 49 checks passed
@n1ru4l
n1ru4l deleted the fix-github-changes-clarification branch July 20, 2026 10:40
AreebEhsan added a commit to AreebEhsan/graphql-hive-console that referenced this pull request Jul 22, 2026
Resolve conflicts in schema-publisher.ts and schema-publisher.spec.ts caused by
upstream graphql-hive#8226 (parallel refactor of the github check-run summary):
- Keep the contract-changes fix (graphql-hive#6954) via buildSchemaCheckSuccessGithubOutput,
  but call the now module-level `changesToMarkdown` and adopt the renamed
  'No blocking changes' title from graphql-hive#8226.
- Combine both test suites into one schema-publisher.spec.ts.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants