Skip to content

[WIP] Fix failing GitHub Actions job prebuild - #4097

Merged
jonrohan merged 2 commits into
mainfrom
copilot/fix-prebuild-failure
Jun 17, 2026
Merged

[WIP] Fix failing GitHub Actions job prebuild#4097
jonrohan merged 2 commits into
mainfrom
copilot/fix-prebuild-failure

Conversation

Copilot AI commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

Thanks for asking me to work on this. I will get started on it and keep this PR's description up to date as I form a plan and make progress.

Fix the failing GitHub Actions job "prebuild"
Analyze the Actions logs, identify the root cause of the failure, and implement a fix.
Check run ID: 81790988186
Job URL: https://github.com/primer/view_components/actions/runs/27656241522/job/81790988186

@changeset-bot

changeset-bot Bot commented Jun 17, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 9ee5715

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copilot AI requested a review from jonrohan June 17, 2026 17:16
@jonrohan
jonrohan marked this pull request as ready for review June 17, 2026 19:46
@jonrohan
jonrohan requested a review from a team as a code owner June 17, 2026 19:46
Copilot AI review requested due to automatic review settings June 17, 2026 19:46
@jonrohan
jonrohan merged commit 48f5900 into main Jun 17, 2026
31 of 32 checks passed
@jonrohan
jonrohan deleted the copilot/fix-prebuild-failure branch June 17, 2026 19:46
Copilot stopped reviewing on behalf of jonrohan due to an error June 17, 2026 19:46

Copilot AI 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.

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

Updates the devcontainer Dockerfile to avoid apt update failures caused by the Yarn APT repository configuration.

Changes:

  • Removes the Yarn APT source list before running apt-get update.
Show a summary per file
File Description
.devcontainer/Dockerfile Removes Yarn APT source entry to prevent GPG verification errors during apt-get update.

Copilot's findings

  • Files reviewed: 1/1 changed files
  • Comments generated: 1

Comment thread .devcontainer/Dockerfile
Comment on lines +9 to 11
# Remove Yarn apt source to avoid GPG key verification failures during apt-get update
RUN rm -f /etc/apt/sources.list.d/yarn.list
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants