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: tcnksm/ghr
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.13.0
Choose a base ref
...
head repository: tcnksm/ghr
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.14.0
Choose a head ref
  • 15 commits
  • 13 files changed
  • 3 contributors

Commits on Jun 15, 2021

  1. fix(tests): update tests to be configured from ENV

    added two ENV Variables for configuring repository and owner on which the integration test is performed.
    JehandadK committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    08502a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be0a17b View commit details
    Browse the repository at this point in the history
  3. migrate to GitHub Actions

    shogo82148 committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    b33cc27 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d8a24a3 View commit details
    Browse the repository at this point in the history
  5. collect coverage

    shogo82148 committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    5f479ef View commit details
    Browse the repository at this point in the history
  6. configure GITHUB_TOKEN

    shogo82148 committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    5638db0 View commit details
    Browse the repository at this point in the history
  7. fix lint warnings

    - printf-style function with dynamic format string and no further arguments should use print-style function instead (SA1006) go-staticcheck
    - should use make([]string, 0) instead (S1019) go-staticcheck
    shogo82148 committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    99ab4f5 View commit details
    Browse the repository at this point in the history
  8. fix typo

    shogo82148 committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    c79fee2 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #130 from JehandadK/doc/upd-readme

    Allow use of ENV Varaibles to run tests which upload to github
    Songmu authored Jun 15, 2021
    Configuration menu
    Copy the full SHA
    9ccb9be View commit details
    Browse the repository at this point in the history
  10. Merge pull request #132 from shogo82148/migrate-to-github-actions

    Migrate to GitHub Actions
    Songmu authored Jun 15, 2021
    Configuration menu
    Copy the full SHA
    250d333 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #133 from shogo82148/fix-lint-warnings

    fix lint warnings
    Songmu authored Jun 15, 2021
    Configuration menu
    Copy the full SHA
    b0e709e View commit details
    Browse the repository at this point in the history
  12. udpate deps

    Songmu committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    f2324ef View commit details
    Browse the repository at this point in the history
  13. bye travis

    Songmu committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    f4b79f7 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #134 from tcnksm/update-deps

    udpate deps
    Songmu authored Jun 15, 2021
    Configuration menu
    Copy the full SHA
    ccac180 View commit details
    Browse the repository at this point in the history
  15. Checking in changes prior to tagging of version v0.14.0

    ## [v0.14.0](v0.13.0...v0.14.0) (2021-06-15)
    
    * udpate deps [#134](#134) ([Songmu](https://github.com/Songmu))
    * fix lint warnings [#133](#133) ([shogo82148](https://github.com/shogo82148))
    * Migrate to GitHub Actions [#132](#132) ([shogo82148](https://github.com/shogo82148))
    * Allow use of ENV Varaibles to run tests which upload to github [#130](#130) ([JehandadK](https://github.com/JehandadK))
    Songmu committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    668a85f View commit details
    Browse the repository at this point in the history
Loading