airi/.github/workflows/copilot-setup-steps.yml
Rin 2876817f6f
Some checks failed
CI / Check Provenance (push) Waiting to run
CI / Build Test (ui-transitions) (push) Waiting to run
CI / Lint (push) Waiting to run
CI / Build Test (stage-tamagotchi) (push) Waiting to run
CI / Build Test (stage-web) (push) Waiting to run
CI / Build Test (ui-loading-screens) (push) Waiting to run
CI / Type Check (push) Waiting to run
Cloudflare Workers / Deploy - stage-web (push) Waiting to run
Copilot Setup Steps / copilot-setup-steps (push) Has been cancelled
Sync Labels / sync-labels (push) Has been cancelled
Update Nix pnpmDeps Hash / update (push) Has been cancelled
chore(ci): add label sync and PR triage workflows (#1575)
2026-04-05 03:11:13 +08:00

26 lines
772 B
YAML

name: 'Copilot Setup Steps'
# This workflow configures the environment for GitHub Copilot Agent with gh-aw MCP server
on:
workflow_dispatch:
push:
paths:
- .github/workflows/copilot-setup-steps.yml
jobs:
# The job MUST be called 'copilot-setup-steps' to be recognized by GitHub Copilot Agent
copilot-setup-steps:
runs-on: ubuntu-latest
# Set minimal permissions for setup steps
# Copilot Agent receives its own token with appropriate permissions
permissions:
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Install gh-aw extension
uses: github/gh-aw-actions/setup-cli@73ae9ce231580f337133352d321d42b6bf54b6a9 # v0.66.1
with:
version: v0.66.1