Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: helm/chart-testing-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.1
Choose a base ref
...
head repository: helm/chart-testing-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.3.0
Choose a head ref
  • 5 commits
  • 4 files changed
  • 6 contributors

Commits on Apr 6, 2022

  1. fix: Typo in README (#81)

    PR #75 had a small typo in the args to `ct` - it should be `--target-branch`.
    
    Also, rather than hard-coding `main`, we can use the event [context][1] to get the name of the
    default branch if it's something different (eg `master`).
    
    [1]: https://docs.github.com/en/actions/learn-github-actions/contexts
    
    Signed-off-by: Joe Horsnell <github@joehorsnell.com>
    
    Co-authored-by: automation <automation@bitso.com>
    joehorsnell and automation authored Apr 6, 2022
    Configuration menu
    Copy the full SHA
    c027be8 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2022

  1. Specify target branch of ct lint in example workflow (#88)

    Signed-off-by: JenTing Hsiao <hsiaoairplane@gmail.com>
    JenTing Hsiao authored May 25, 2022
    Configuration menu
    Copy the full SHA
    e38d23e View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. chore: update yamllint version (#91)

    Signed-off-by: Derek Brown <derek.brown@lacework.net>
    DerekTBrown authored Jul 13, 2022
    Configuration menu
    Copy the full SHA
    729b0c1 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2022

  1. update action to default chart-testing install to v3.7.0 (#94)

    Signed-off-by: cpanato <ctadeu@gmail.com>
    cpanato authored Jul 28, 2022
    Configuration menu
    Copy the full SHA
    6930ae8 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. feat: add version override flags (#92)

    Signed-off-by: Derek Brown <derek.brown@lacework.net>
    Derek Brown authored Jul 29, 2022
    Configuration menu
    Copy the full SHA
    09ed887 View commit details
    Browse the repository at this point in the history
Loading