Skip to content

Run Copilot on THECLUSTER#39

Open
UnstoppableMango wants to merge 1 commit into
mainfrom
copilot-cluster
Open

Run Copilot on THECLUSTER#39
UnstoppableMango wants to merge 1 commit into
mainfrom
copilot-cluster

Conversation

@UnstoppableMango
Copy link
Copy Markdown
Owner

No description provided.

Copilot AI review requested due to automatic review settings May 2, 2026 18:55
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR adds a Copilot setup workflow and shifts the repository’s existing GitHub Actions automation from GitHub-hosted runners to a custom xmage-docker-runners pool. In practice, it expands beyond Copilot setup into a broader CI/CD infrastructure change for builds, checks, and nightly publishing.

Changes:

  • Move CI jobs and the nightly image build from ubuntu-latest to xmage-docker-runners.
  • Add .github/workflows/copilot-setup-steps.yml to bootstrap Nix/Cachix for Copilot-related setup.
  • Reformat several workflow YAML values, including branch/tag arrays and platforms expressions.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 5 comments.

File Description
.github/workflows/nightly.yml Migrates the nightly publish job to the custom runner pool and reformats the multi-platform build input.
.github/workflows/copilot-setup-steps.yml Introduces a new Copilot setup workflow that checks out the repo and installs Nix/Cachix.
.github/workflows/ci.yml Migrates build, test, formatting, and Nix validation jobs to the custom runner pool and adjusts workflow formatting.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

build:
name: Build
runs-on: ubuntu-latest
runs-on: xmage-docker-runners
Comment on lines +13 to +14
copilot-setup-steps:
runs-on: xmage-docker-runners
Comment thread .github/workflows/ci.yml
Comment on lines 61 to +63
test:
if: ${{ github.event_name == 'pull_request' }}
runs-on: ubuntu-latest
runs-on: xmage-docker-runners
Comment thread .github/workflows/ci.yml
Comment on lines 15 to +17
build:
name: Build
runs-on: ubuntu-latest
runs-on: xmage-docker-runners
Comment thread .github/workflows/ci.yml
build:
name: Build
runs-on: ubuntu-latest
runs-on: xmage-docker-runners
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.

2 participants