Conversation
…fy GitHub release exists Agent-Logs-Url: https://github.com/github/gh-aw/sessions/36f4cdb0-4d0f-4693-bbff-f2dcb85324a2 Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
pelikhan
March 29, 2026 10:47
View session
pelikhan
approved these changes
Mar 29, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR fixes the failing Integration Release Availability CI job by simplifying dependency availability checks to verify only that the corresponding GitHub Release exists (removing GHCR image manifest inspection that was causing false failures).
Changes:
- Removed GHCR image manifest inspection (
docker manifest inspect) from multiple dependency release-check steps. - Deleted the now-unused helper step that generated a Python script for parsing GHCR digests.
- Kept GitHub release existence checks (
gh release view) as the sole validation mechanism.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fixes the failing
Integration Release AvailabilityCI job.Root Cause
The CI job was checking two things for each dependency:
gh release view) — this passeddocker manifest inspect) — this failed forgh-aw-firewall:v0.25.3Reference: https://github.com/github/gh-aw/actions/runs/23707131893/job/69060824275#step:5:1
Fix
As requested, simplified the release checkers to only verify the GitHub release exists. Removed:
Check gh-aw-firewall releaseCheck gh-aw-mcpg releaseCheck github-mcp-server release