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

multi-repo-action: Cleanups (1/n) #301

Merged
merged 13 commits into from May 24, 2022

Commits on May 24, 2022

  1. install: Move action installation into a separate package

    Signed-off-by: Stephen Augustus <foo@auggie.dev>
    justaugustus committed May 24, 2022
    Copy the full SHA
    da95e0c View commit details
    Browse the repository at this point in the history
  2. Add missing license headers

    Signed-off-by: Stephen Augustus <foo@auggie.dev>
    justaugustus committed May 24, 2022
    Copy the full SHA
    4b4094a View commit details
    Browse the repository at this point in the history
  3. install: Fix unrecognized variables

    Signed-off-by: Stephen Augustus <foo@auggie.dev>
    justaugustus committed May 24, 2022
    Copy the full SHA
    1339897 View commit details
    Browse the repository at this point in the history
  4. lint: Fix warnings and attempt to auto-fix issues (where supported)

    Signed-off-by: Stephen Augustus <foo@auggie.dev>
    justaugustus committed May 24, 2022
    Copy the full SHA
    2ec5c83 View commit details
    Browse the repository at this point in the history
  5. [WIP] install: Parameterize config

    Signed-off-by: Stephen Augustus <foo@auggie.dev>
    justaugustus committed May 24, 2022
    Copy the full SHA
    b18a594 View commit details
    Browse the repository at this point in the history
  6. install: Borrow GitHub client pattern from sigs.k8s.io/release-sdk

    Signed-off-by: Stephen Augustus <foo@auggie.dev>
    justaugustus committed May 24, 2022
    Copy the full SHA
    e1d3f97 View commit details
    Browse the repository at this point in the history
  7. install: Use package-internal GitHub interface

    Signed-off-by: Stephen Augustus <foo@auggie.dev>
    justaugustus committed May 24, 2022
    Copy the full SHA
    101ac57 View commit details
    Browse the repository at this point in the history
  8. install: Provide installation options as struct

    Signed-off-by: Stephen Augustus <foo@auggie.dev>
    justaugustus committed May 24, 2022
    Copy the full SHA
    48ca3f3 View commit details
    Browse the repository at this point in the history
  9. install: Initial error/log handling cleanups

    Signed-off-by: Stephen Augustus <foo@auggie.dev>
    justaugustus committed May 24, 2022
    Copy the full SHA
    8389474 View commit details
    Browse the repository at this point in the history
  10. install: Use cobra for CLI

    Signed-off-by: Stephen Augustus <foo@auggie.dev>
    justaugustus committed May 24, 2022
    Copy the full SHA
    502112a View commit details
    Browse the repository at this point in the history
  11. Remove inaccurate instances of workflow configuration file

    Signed-off-by: Stephen Augustus <foo@auggie.dev>
    justaugustus committed May 24, 2022
    Copy the full SHA
    0072df3 View commit details
    Browse the repository at this point in the history
  12. multi-repo-action: Disable incomplete tests

    Signed-off-by: Stephen Augustus <foo@auggie.dev>
    justaugustus committed May 24, 2022
    Copy the full SHA
    bb52c12 View commit details
    Browse the repository at this point in the history
  13. install: Retrieve the correct action configuration from local path

    Signed-off-by: Stephen Augustus <foo@auggie.dev>
    justaugustus committed May 24, 2022
    Copy the full SHA
    5d6b3d6 View commit details
    Browse the repository at this point in the history