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/issue-metrics
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.22.3
Choose a base ref
...
head repository: github/issue-metrics
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.23.0
Choose a head ref
  • 9 commits
  • 6 files changed
  • 3 contributors

Commits on Aug 19, 2025

  1. chore(deps): bump types-pytz from 2025.2.0.20250516 to 2025.2.0.20250809

    Bumps [types-pytz](https://github.com/typeshed-internal/stub_uploader) from 2025.2.0.20250516 to 2025.2.0.20250809.
    - [Commits](https://github.com/typeshed-internal/stub_uploader/commits)
    
    ---
    updated-dependencies:
    - dependency-name: types-pytz
      dependency-version: 2025.2.0.20250809
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 19, 2025
    Configuration menu
    Copy the full SHA
    8198e45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4af391a View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump types-requests from 2.32.4.20250611 to 2.32.4.20250809

    Bumps [types-requests](https://github.com/typeshed-internal/stub_uploader) from 2.32.4.20250611 to 2.32.4.20250809.
    - [Commits](https://github.com/typeshed-internal/stub_uploader/commits)
    
    ---
    updated-dependencies:
    - dependency-name: types-requests
      dependency-version: 2.32.4.20250809
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 19, 2025
    Configuration menu
    Copy the full SHA
    aa31654 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4a7161a View commit details
    Browse the repository at this point in the history
  5. chore(deps): bump the dependencies group across 1 directory with 2 up…

    …dates (#579)
    
    Bumps the dependencies group with 2 updates in the / directory: [requests](https://github.com/psf/requests) and [pylint](https://github.com/pylint-dev/pylint).
    
    
    Updates `requests` from 2.32.4 to 2.32.5
    - [Release notes](https://github.com/psf/requests/releases)
    - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
    - [Commits](psf/requests@v2.32.4...v2.32.5)
    
    Updates `pylint` from 3.3.7 to 3.3.8
    - [Release notes](https://github.com/pylint-dev/pylint/releases)
    - [Commits](pylint-dev/pylint@v3.3.7...v3.3.8)
    
    ---
    updated-dependencies:
    - dependency-name: requests
      dependency-version: 2.32.5
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    - dependency-name: pylint
      dependency-version: 3.3.8
      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>
    dependabot[bot] authored Aug 19, 2025
    Configuration menu
    Copy the full SHA
    740926c View commit details
    Browse the repository at this point in the history
  6. chore(deps): bump github/codeql-action in the dependencies group (#574)

    Bumps the dependencies group with 1 update: [github/codeql-action](https://github.com/github/codeql-action).
    
    
    Updates `github/codeql-action` from 3.29.8 to 3.29.10
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@76621b6...96f518a)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-version: 3.29.10
      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>
    dependabot[bot] authored Aug 19, 2025
    Configuration menu
    Copy the full SHA
    6e412dd View commit details
    Browse the repository at this point in the history
  7. chore(deps): bump python from 6f79e7a to 27f90d7 (#578)

    * chore(deps): bump python from `6f79e7a` to `27f90d7`
    
    Bumps python from `6f79e7a` to `27f90d7`.
    
    ---
    updated-dependencies:
    - dependency-name: python
      dependency-version: 3.13-slim
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * fix: git version in Dockerfile
    
    Signed-off-by: jmeridth <35014+jmeridth@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Signed-off-by: jmeridth <35014+jmeridth@users.noreply.github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: jmeridth <35014+jmeridth@users.noreply.github.com>
    dependabot[bot] and jmeridth authored Aug 19, 2025
    Configuration menu
    Copy the full SHA
    c0a5352 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2025

  1. feat: copilot files (instructions and setup steps)

    This ensures that when we have the copilot agent writing PRs, it sets up its environment correctly and understands our standards for coding.
    
    - Copilot Instructions file ([docs](https://docs.github.com/en/enterprise-cloud@latest/copilot/how-tos/agents/copilot-coding-agent/best-practices-for-using-copilot-to-work-on-tasks#adding-custom-instructions-to-your-repository))
    - Copilot Setup Steps ([docs](https://docs.github.com/en/copilot/how-tos/agents/copilot-coding-agent/customizing-the-development-environment-for-copilot-coding-agent#preinstalling-tools-or-dependencies-in-copilots-environment))
    
    Already added to [Evergreen](github/evergreen#382)
    
    Signed-off-by: jmeridth <35014+jmeridth@users.noreply.github.com>
    jmeridth committed Aug 20, 2025
    Configuration menu
    Copy the full SHA
    e53376f View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2025

  1. Configuration menu
    Copy the full SHA
    63da87a View commit details
    Browse the repository at this point in the history
Loading