- Notifications
You must be signed in to change notification settings - Fork87
Comparing changes
Open a pull request
base repository:github/issue-metrics
Uh oh!
There was an error while loading.Please reload this page.
base:v3.23.2
head repository:github/issue-metrics
Uh oh!
There was an error while loading.Please reload this page.
compare:v3.23.3
- 8commits
- 5files changed
- 2contributors
Commits on Sep 15, 2025
chore(deps): bump actions/stale from 9.1.0 to 10.0.0 (#592)
Bumps [actions/stale](https://github.com/actions/stale) from 9.1.0 to 10.0.0.- [Release notes](https://github.com/actions/stale/releases)- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)- [Commits](actions/stale@v9.1.0...v10.0.0)---updated-dependencies:- dependency-name: actions/stale dependency-version: 10.0.0 dependency-type: direct:production update-type: version-update:semver-major...Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump python from
27f90d7to58c30f5(#593)Bumps python from `27f90d7` to `58c30f5`.---updated-dependencies:- dependency-name: python dependency-version: 3.13-slim dependency-type: direct:production...Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump mypy from 1.17.1 to 1.18.1 in the dependencies group (
#594)Bumps the dependencies group with 1 update: [mypy](https://github.com/python/mypy).Updates `mypy` from 1.17.1 to 1.18.1- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)- [Commits](python/mypy@v1.17.1...v1.18.1)---updated-dependencies:- dependency-name: mypy dependency-version: 1.18.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies...Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump types-requests from 2.32.4.20250809 to 2.32.4.20250…
…913 (#597)Bumps [types-requests](https://github.com/typeshed-internal/stub_uploader) from 2.32.4.20250809 to 2.32.4.20250913.- [Commits](https://github.com/typeshed-internal/stub_uploader/commits)---updated-dependencies:- dependency-name: types-requests dependency-version: 2.32.4.20250913 dependency-type: direct:production update-type: version-update:semver-patch...Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump pytest-cov from 6.3.0 to 7.0.0 (#596)
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 6.3.0 to 7.0.0.- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)- [Commits](pytest-dev/pytest-cov@v6.3.0...v7.0.0)---updated-dependencies:- dependency-name: pytest-cov dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major...Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump github/contributors in the dependencies group (#595)
Bumps the dependencies group with 1 update: [github/contributors](https://github.com/github/contributors).Updates `github/contributors` from 1.7.0 to 1.7.1- [Release notes](https://github.com/github/contributors/releases)- [Commits](github/contributors@ae62be2...a274afd)---updated-dependencies:- dependency-name: github/contributors dependency-version: 1.7.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies...Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Commits on Sep 16, 2025
fix: update Dependabot labels (#599)
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>
Commits on Sep 18, 2025
fix: go back to using root user in Dockerfile (#600)
We have to do this because we have no active way to changepermissions to $GITHUB_OUTPUT to a specific user whenrunning the containerAdd trivy ignore to top of Dockerfile to pass lintingSigned-off-by: jmeridth <jmeridth@gmail.com>
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff v3.23.2...v3.23.3
Uh oh!
There was an error while loading.Please reload this page.