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
As the contrib repo grows, it has proven to be quite difficult to quickly and efficiently review, merge, and release changes. I am recommending a system of package ownership whereby a contributor can step up as the primary owner or maintainer of a single package.
I have written a proof of concept github action https://github.com/dyladan/component-owners which checks a file in .github/component_owners.yml and adds those owners as reviewers and assignees of issues. When those owners have approved a PR, it may be merged. When we finish rolling out https://github.com/googleapis/release-please to this repository, those merged changes will automatically be added to the release PR which can be released on a regular schedule.
The text was updated successfully, but these errors were encountered:
As the contrib repo grows, it has proven to be quite difficult to quickly and efficiently review, merge, and release changes. I am recommending a system of package ownership whereby a contributor can step up as the primary owner or maintainer of a single package.
I have written a proof of concept github action https://github.com/dyladan/component-owners which checks a file in
.github/component_owners.yml
and adds those owners as reviewers and assignees of issues. When those owners have approved a PR, it may be merged. When we finish rolling out https://github.com/googleapis/release-please to this repository, those merged changes will automatically be added to the release PR which can be released on a regular schedule.The text was updated successfully, but these errors were encountered: