-
Notifications
You must be signed in to change notification settings - Fork 277
Open
Labels
Description
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: nullIs 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!
Reactions are currently unavailable