Merge pull request #267014 from microsoft/rebornix/minimum-newt

Improve copilot coding agent setup
This commit is contained in:
Peng Lyu
2025-09-19 08:53:41 -07:00
committed by GitHub

View File

@@ -14,7 +14,7 @@ on:
jobs:
# The job MUST be called `copilot-setup-steps` or it will not be picked up by Copilot.
copilot-setup-steps:
runs-on: ubuntu-latest
runs-on: vscode-large-runners
# Set the permissions to the lowest permissions possible needed for your steps.
# Copilot will be given its own token for its operations.