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: github/contributors
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.4.1
Choose a base ref
...
head repository: github/contributors
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.4.2
Choose a head ref
  • 6 commits
  • 4 files changed
  • 2 contributors

Commits on Apr 29, 2024

  1. chore(deps): bump black from 24.4.1 to 24.4.2

    Bumps [black](https://github.com/psf/black) from 24.4.1 to 24.4.2.
    - [Release notes](https://github.com/psf/black/releases)
    - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
    - [Commits](psf/black@24.4.1...24.4.2)
    
    ---
    updated-dependencies:
    - dependency-name: black
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    8d0fc8b View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. feat: release on specific labels

    Related to github/github-ospo#105
    
    Only generate a release and new action container images if our semver related labels (`breaking`, `enhancement`, `fix`) or the `release` label are used on a merged pull request.
    
    Changed from push (merge) on main branch to release generation happening when a pull_request is merged to main branch.
    
    This gives us access to the pull requests labels without having to make API cals.
    
    Currently we'd still need to label a pull request with `release` if it is a dependabot or manual pull request related to a CVE or security fix.
    
    - [x] update CONTRIBUTING.md with new release information
    - [x] manually add `vuln` and `release` labels to repository
    
    Signed-off-by: jmeridth <jmeridth@gmail.com>
    jmeridth committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    f7b7e1a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #100 from github/jm-specific-labels-for-releases

    feat: release on specific labels
    jmeridth authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    2b269ec View commit details
    Browse the repository at this point in the history
  3. Merge pull request #98 from github/dependabot/pip/black-24.4.2

    chore(deps): bump black from 24.4.1 to 24.4.2
    jmeridth authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    13537e2 View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump pytest from 8.1.1 to 8.2.0

    Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.1.1 to 8.2.0.
    - [Release notes](https://github.com/pytest-dev/pytest/releases)
    - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest@8.1.1...8.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: pytest
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    bac8338 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #99 from github/dependabot/pip/pytest-8.2.0

    chore(deps): bump pytest from 8.1.1 to 8.2.0
    jmeridth authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    fa291c6 View commit details
    Browse the repository at this point in the history
Loading