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.18.2
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.18.3
Choose a head ref
  • 9 commits
  • 6 files changed
  • 3 contributors

Commits on Mar 10, 2025

  1. chore(deps): bump github/codeql-action in the dependencies group

    Bumps the dependencies group with 1 update: [github/codeql-action](https://github.com/github/codeql-action).
    
    
    Updates `github/codeql-action` from 3.28.10 to 3.28.11
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@b56ba49...6bb031a)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: dependencies
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Mar 10, 2025
    Configuration menu
    Copy the full SHA
    6d61329 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #487 from github/dependabot/github_actions/depende…

    …ncies-d1a25f988a
    
    chore(deps): bump github/codeql-action from 3.28.10 to 3.28.11 in the dependencies group
    jmeridth authored Mar 10, 2025
    Configuration menu
    Copy the full SHA
    8f677c4 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump types-requests from 2.32.0.20250301 to 2.32.0.20250306

    Bumps [types-requests](https://github.com/python/typeshed) from 2.32.0.20250301 to 2.32.0.20250306.
    - [Commits](https://github.com/python/typeshed/commits)
    
    ---
    updated-dependencies:
    - dependency-name: types-requests
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Mar 10, 2025
    Configuration menu
    Copy the full SHA
    8799a9f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0734b6d View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2025

  1. Configuration menu
    Copy the full SHA
    828acb6 View commit details
    Browse the repository at this point in the history
  2. Formatting

    moritzschmitz-oviva committed Mar 14, 2025
    Configuration menu
    Copy the full SHA
    e9e016a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #490 from moritzschmitz-oviva/fix-empty-output-file

    fix: Set default filename, when output file is empty
    jmeridth authored Mar 14, 2025
    Configuration menu
    Copy the full SHA
    8757e03 View commit details
    Browse the repository at this point in the history
  4. fix: handle created_at with diff types

    Fixes #489
    
    We union dict and github3.search.IssueSearchResult types but their
    created at attributes are accessed differently.
    
    issue["createdAt"] for dict
    
    issue.issue.created_at for github3.search.IssueSearchResult
    
    - [x] turned off HIDE_CREATED_AT on some tests to ensure we are handling that scenario
    
    Signed-off-by: jmeridth <[email protected]>
    jmeridth committed Mar 14, 2025
    Configuration menu
    Copy the full SHA
    be847c8 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #491 from github/jm_fix_hide_created_at_false

    fix: handle created_at with diff types
    jmeridth authored Mar 14, 2025
    Configuration menu
    Copy the full SHA
    da328ef View commit details
    Browse the repository at this point in the history
Loading