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: bufbuild/buf-breaking-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.3
Choose a base ref
...
head repository: bufbuild/buf-breaking-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.4
Choose a head ref
  • 4 commits
  • 15 files changed
  • 3 contributors

Commits on Oct 11, 2023

  1. Configuration menu
    Copy the full SHA
    6e5b1e8 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Create add-to-project workflow (#120)

    Creates GitHub workflow to add new issues/PRs to the project board,
    using the existing shared workflow. We first tested this in
    bufbuild/knit#28
    Chris Pine authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    d1e9d7a View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Upgrade dependencies and node runtime v20 (#121)

    Upgrade dependencies to latest and node runtime to v20. Following
    dependencies were upgraded with major version changes:
    - typescript and eslint: not an issue because the build and lint steps
    still pass
    - prettier: new formatting does not affect code
    - @actions/github: the only breaking change appears to be dropped
    support for Node 16
    
    Follows from bufbuild/buf-setup-action#185
    emcfarlane authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    03078a3 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Test action in CI (#122)

    This PR ensures CI runs the action built from this commit. We generate a
    dummy proto file to check validate can run to completion.
    
    Also included is a fix for `action.yaml` which missed the runtime
    requirement for `node20`.
    emcfarlane authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    c57b3d8 View commit details
    Browse the repository at this point in the history
Loading