Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add functionality for parsing Action inputs from a workflow file #1392

Merged
merged 8 commits into from
Dec 1, 2022

Commits on Nov 23, 2022

  1. Refactoring: Separate out workflow related functionality

    No semantic changes.
    henrymercer committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    79f8286 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    996d04b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e2d523c View commit details
    Browse the repository at this point in the history
  4. Substitute matrix variables into category input

    This is a common case, so we should handle it.
    henrymercer committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    daf4614 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bff0be7 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2022

  1. Configuration menu
    Copy the full SHA
    9f2aa7e View commit details
    Browse the repository at this point in the history
  2. Filter set of possible Action inputs to those from a particular job

    This better handles cases where customers have a monorepo and have
    separate jobs for different components.
    henrymercer committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    8f05fcd View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

  1. Configuration menu
    Copy the full SHA
    605b23d View commit details
    Browse the repository at this point in the history