Add GitHub Copilot workspace setup workflow#11
Conversation
Co-authored-by: Hexagon <419737+Hexagon@users.noreply.github.com>
|
@copilot check this url for more information https://docs.github.com/en/copilot/how-tos/use-copilot-agents/coding-agent/customize-the-agent-environment |
Co-authored-by: Hexagon <419737+Hexagon@users.noreply.github.com>
Co-authored-by: Hexagon <419737+Hexagon@users.noreply.github.com>
|
@copilot preparations should be handled in .github/workflows/copilot-setup-steps.yml , not in a sh file |
Co-authored-by: Hexagon <419737+Hexagon@users.noreply.github.com>
Changed to Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
|
@copilot ensure the latest version of each setup flow is used, also make sure access to related repo sites and documentation sites is available, mention this access in agents.md |
Co-authored-by: Hexagon <419737+Hexagon@users.noreply.github.com>
Updated to latest action versions (denoland/setup-deno@v2, oven-sh/setup-bun@v2) and documented comprehensive network access including har.io, npmjs.org, registry.npmjs.org, deno.land, jsr.io, github.com, raw.githubusercontent.com, bun.sh, and wikipedia.org in both the workflow file and AGENTS.md. Commit: 9ee021e |
Adds
.github/workflows/copilot-setup-steps.ymlto automate development environment setup with Deno, Node.js, and Bun runtime installations.Setup workflow features:
denoland/setup-deno@v2(latest)actions/setup-node@v4(latest)oven-sh/setup-bun@v2(latest)Network access:
Documented comprehensive network access in workflow and AGENTS.md for:
har.io,npmjs.org,registry.npmjs.org,deno.land,jsr.io,github.com,raw.githubusercontent.com,bun.sh,wikipedia.orgThe setup is configured as a GitHub Actions workflow file following GitHub Copilot's documentation for customizing the agent environment.
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.