From 474e757992875d7db246d387e490bf71f8b9e6d6 Mon Sep 17 00:00:00 2001 From: "pulumi-provider-automation[bot]" <248966057+pulumi-provider-automation[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 06:01:10 +0000 Subject: [PATCH] Update GitHub Actions workflows. (#799) This PR was triggered by @t0yv0 generated by the update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt repo, from commit [4eeb9c0311bcea38a166c43eb897cf2a2f88ea4c](https://github.com/pulumi/ci-mgmt/commit/4eeb9c0311bcea38a166c43eb897cf2a2f88ea4c). Co-authored-by: Pulumi Bot --- .config/mise.test.toml | 3 ++- .github/workflows/copilot-setup-steps.yml | 26 ----------------------- 2 files changed, 2 insertions(+), 27 deletions(-) delete mode 100644 .github/workflows/copilot-setup-steps.yml diff --git a/.config/mise.test.toml b/.config/mise.test.toml index 7176fab..a97f5ff 100644 --- a/.config/mise.test.toml +++ b/.config/mise.test.toml @@ -1,3 +1,4 @@ # WARNING: This file is autogenerated - changes will be overwritten when regenerated by https://github.com/pulumi/ci-mgmt -# Overrides for test workflows -- currently empty. +[tools] +"aqua:gotestyourself/gotestsum" = "1.12.0" diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml deleted file mode 100644 index 0caa64e..0000000 --- a/.github/workflows/copilot-setup-steps.yml +++ /dev/null @@ -1,26 +0,0 @@ -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@v0.56.2 - with: - version: v0.56.2