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-community-projects/contributors
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.7.1
Choose a base ref
...
head repository: github-community-projects/contributors
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.7.2
Choose a head ref
  • 12 commits
  • 10 files changed
  • 3 contributors

Commits on Sep 15, 2025

  1. Configuration menu
    Copy the full SHA
    833b8fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    384f4f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d246db0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fa1a00b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    29b811f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    db1e27f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9ffbabd View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2025

  1. fix: update Dependabot labels (#331)

    Based on [Dependabot docs](https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference#labels--) we can specify the labels applied. Previously Dependabot was applying `major`, `minor', or `patch` labels based on the version of dependency updates. This was causing conflicts with our auto releasing. If those labels were present they were being applied to our releases. This is not what we want. We are chaning to just note the package type (i.e., go, github_actions, etc) and `dependencies`, in case we ever need to filter in the UI.
    
    Signed-off-by: jmeridth <jmeridth@gmail.com>
    jmeridth authored Sep 16, 2025
    Configuration menu
    Copy the full SHA
    d25df13 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2025

  1. chore(deps): bump the dependencies group with 2 updates

    Bumps the dependencies group with 2 updates: [black](https://github.com/psf/black) and [mypy](https://github.com/python/mypy).
    
    
    Updates `black` from 25.1.0 to 25.9.0
    - [Release notes](https://github.com/psf/black/releases)
    - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
    - [Commits](psf/black@25.1.0...25.9.0)
    
    Updates `mypy` from 1.18.1 to 1.18.2
    - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
    - [Commits](python/mypy@v1.18.1...v1.18.2)
    
    ---
    updated-dependencies:
    - dependency-name: black
      dependency-version: 25.9.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: dependencies
    - dependency-name: mypy
      dependency-version: 1.18.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Sep 22, 2025
    Configuration menu
    Copy the full SHA
    1b342a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b7143c View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2025

  1. Merge pull request #332 from github/dependabot/pip/dependencies-4acff…

    …b3b0a
    
    chore(deps): bump the dependencies group with 2 updates
    zkoppert authored Sep 23, 2025
    Configuration menu
    Copy the full SHA
    3e24f34 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2025

  1. fix: go back to using root user in Dockerfile (#335)

    We have to do this because we have no active way to change permissions to $GITHUB_OUTPUT to a specific user when running the container
    
    Add trivy ignore to top of Dockerfile to pass linting
    
    Signed-off-by: jmeridth <jmeridth@gmail.com>
    jmeridth authored Sep 25, 2025
    Configuration menu
    Copy the full SHA
    91d7b14 View commit details
    Browse the repository at this point in the history
Loading