Skip to content

Conversation

@BillWagner
Copy link
Member

Import the workflow_dispatch options into the environment.

Import the workflow_dispatch options into the environment.
Copilot AI review requested due to automatic review settings November 20, 2025 18:54
@BillWagner BillWagner requested a review from a team as a code owner November 20, 2025 18:54
Copilot finished reviewing on behalf of BillWagner November 20, 2025 18:56
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR refactors GitHub Actions workflow files to use environment variables for workflow dispatch inputs instead of directly interpolating them in scripts and action parameters.

  • Moves workflow input values from inline GitHub context expressions to environment variables
  • Updates echo commands in run scripts to reference environment variables
  • Attempts to use environment variables in action with parameters

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 4 comments.

File Description
.github/workflows/version-sweep.yml Correctly refactors the reason input to use the REASON environment variable in the echo command
.github/workflows/quest.yml Refactors reason and issue inputs to use environment variables, but incorrectly attempts to use them in action with sections
.github/workflows/quest-bulk.yml Correctly refactors the reason input to use the REASON environment variable in the echo command

BillWagner and others added 2 commits November 20, 2025 13:58
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@BillWagner BillWagner enabled auto-merge (squash) November 20, 2025 19:00
@BillWagner BillWagner merged commit d8e55f3 into dotnet:main Nov 20, 2025
6 checks passed
@BillWagner BillWagner deleted the update-actions branch November 20, 2025 19:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants