Skip to content

gh aw upgrade Reformats copilot-setup-steps #19631

@straub

Description

@straub

Hey folks,

Running gh aw upgrade makes invasive formatting changes to .github/workflows/copilot-setup-steps.yml including changing indentation, removing whitespace lines, and stripping comments.

Example partial diff:

--- a/.github/workflows/copilot-setup-steps.yml
+++ b/.github/workflows/copilot-setup-steps.yml
@@ -1,98 +1,53 @@
-name: "Copilot Setup Steps"
-
-# Automatically run the setup steps when they are changed to allow for easy validation, and
-# allow manual testing through the repository's "Actions" tab
-on:
-  workflow_dispatch:
+name: Copilot Setup Steps
+"on":
   pull_request:
     paths:
-      - .github/workflows/copilot-setup-steps.yml
-
+    - .github/workflows/copilot-setup-steps.yml
+  workflow_dispatch: null

Is this intentional and necessary? I would prefer a more surgical file edit, leaving my repo's style and comments intact.

I'm currently using v0.53.2.

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions