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: agilepathway/label-checker
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.0
Choose a base ref
...
head repository: agilepathway/label-checker
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.7
Choose a head ref
  • 7 commits
  • 14 files changed
  • 2 contributors

Commits on Sep 10, 2022

  1. Fix generation of Dockerfile dependencies issues (#305)

    The issue generation had been [failing][1] since updating to the `v3`
    major version of the [issue bot generator][2].  This commit fixes things
    by also using the [separate template action][3] as required from `v3`
    onwards.
    
    [1]: https://github.com/agilepathway/label-checker/runs/8282280912?check_suite_focus=true
    [2]: https://github.com/imjohnbo/issue-bot/releases/tag/v3.0.0
    [3]: https://github.com/imjohnbo/extract-issue-template-fields
    johnboyes authored Sep 10, 2022
    Configuration menu
    Copy the full SHA
    3cea285 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8daee7b View commit details
    Browse the repository at this point in the history
  3. Update Ubuntu on GitHub Actions workflows (#307)

    GitHub Actions make the latest [Ubuntu LTS version][1] available every 2
    years. They made the [22.04 version available in August 2022], so this
    commit updates our GitHub Action workflows to use it.
    
    [1]: https://wiki.ubuntu.com/Releases
    [2]: https://github.blog/changelog/2022-08-09-github-actions-ubuntu-22-04-is-now-generally-available-on-github-hosted-runners/
    johnboyes authored Sep 10, 2022
    Configuration menu
    Copy the full SHA
    5beec92 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2022

  1. Omit PR bodies from git commit message checks (#308)

    The PR body doesn't form part of the commit, so there is no need to
    check it.
    
    NB If the commit message checker changes in the future to [check the PR
    commit messages rather than the PR body][1] then we can reinstate the
    checks then.
    
    [1]: mristin/opinionated-commit-message#28
    johnboyes authored Sep 11, 2022
    Configuration menu
    Copy the full SHA
    4b42ebf View commit details
    Browse the repository at this point in the history
  2. Omit Docker test run if Dependabot (#309)

    Dependabot doesn't have write access, so it can't do the Docker build
    and deploy.  This commit ensures that it doesn't try to anymore.
    johnboyes authored Sep 11, 2022
    Configuration menu
    Copy the full SHA
    3c8c75f View commit details
    Browse the repository at this point in the history
  3. Bump reviewdog/action-hadolint from 1.22 to 1.33 (#284)

    Bumps [reviewdog/action-hadolint](https://github.com/reviewdog/action-hadolint) from 1.22 to 1.33.
    - [Release notes](https://github.com/reviewdog/action-hadolint/releases)
    - [Commits](reviewdog/action-hadolint@v1.22...v1.33)
    
    ---
    updated-dependencies:
    - dependency-name: reviewdog/action-hadolint
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 11, 2022
    Configuration menu
    Copy the full SHA
    ff8655b View commit details
    Browse the repository at this point in the history
  4. Bump github.com/magefile/mage from 1.11.0 to 1.13.0 (#272)

    Bumps [github.com/magefile/mage](https://github.com/magefile/mage) from 1.11.0 to 1.13.0.
    - [Release notes](https://github.com/magefile/mage/releases)
    - [Changelog](https://github.com/magefile/mage/blob/master/.goreleaser.yml)
    - [Commits](magefile/mage@v1.11.0...v1.13.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/magefile/mage
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 11, 2022
    Configuration menu
    Copy the full SHA
    ea67aa9 View commit details
    Browse the repository at this point in the history
Loading