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: python-jsonschema/check-jsonschema
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.23.0
Choose a base ref
...
head repository: python-jsonschema/check-jsonschema
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.23.1
Choose a head ref
  • 6 commits
  • 14 files changed
  • 4 contributors

Commits on May 4, 2023

  1. Add GitHub release config

    Exclude bot authors from autogenerated release notes.
    sirosen committed May 4, 2023
    Configuration menu
    Copy the full SHA
    5395bf5 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. [pre-commit.ci] pre-commit autoupdate (#265)

    updates:
    - [github.com/python-jsonschema/check-jsonschema: 0.22.0 → 0.23.0](0.22.0...0.23.0)
    - [github.com/asottile/pyupgrade: v3.3.2 → v3.4.0](asottile/pyupgrade@v3.3.2...v3.4.0)
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    pre-commit-ci[bot] authored May 9, 2023
    Configuration menu
    Copy the full SHA
    23d7837 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2023

  1. [vendor-schemas] automated update (#263)

    Co-authored-by: sirosen <sirosen@users.noreply.github.com>
    github-actions[bot] and sirosen authored May 21, 2023
    Configuration menu
    Copy the full SHA
    24ee7c2 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. [vendor-schemas] automated update (#267)

    Co-authored-by: sirosen <sirosen@users.noreply.github.com>
    github-actions[bot] and sirosen authored May 30, 2023
    Configuration menu
    Copy the full SHA
    3e2fb87 View commit details
    Browse the repository at this point in the history
  2. Allow reusable workflows in custom schema

    The github-workflows-require-timeout schema now uses oneOf to select
    between normal jobs and reusable workflow call jobs. Normal jobs are
    the ones which must have timeout-minutes, since reusable workflow
    calls cannot set timeout-minutes.
    sirosen committed May 30, 2023
    Configuration menu
    Copy the full SHA
    fae0241 View commit details
    Browse the repository at this point in the history
  3. Bump version for release

    sirosen committed May 30, 2023
    Configuration menu
    Copy the full SHA
    fd9dcbe View commit details
    Browse the repository at this point in the history
Loading