You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have a CI check or whatever that prevents maintainers from merging PR that are labeled w/
api-changeChanges to the arrow API
or
next-major-releasethe PR has API changes and it waiting on the next major version
while we're on a "minor release" phase.
Why
The contribution guideline say that breaking changes should only be merged according to the release schedule. As a maintainer with a reasonable busy day, I don't have a the mental capacity to manually check that for every PR.
What
Have a CI check or whatever that prevents maintainers from merging PR that are labeled w/ api-changeChanges to the arrow API
or
next-major-release
the PR has API changes and it waiting on the next major version
while we're on a "minor release" phase.
Why
The contribution guideline say that breaking changes should only be merged according to the release schedule. As a maintainer with a reasonable busy day, I don't have a the mental capacity to manually check that for every PR.
See #7229 for example.
How
I dunno, use a CI script or something. That would obviously better if we would have a proper merge queue.
The text was updated successfully, but these errors were encountered: