-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: setup declarative configuration for branch protection and release-please #3091
base: main
Are you sure you want to change the base?
Conversation
.github/sync-repo-settings.yaml
Outdated
permissionRules: | ||
- team: yoshi-admins | ||
permission: admin | ||
- team: yoshi-java-admins | ||
permission: admin | ||
- team: yoshi-java | ||
permission: push |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@blakeli0, this section is mimicked from google-cloud-java setups. Is permission rules with "yoshi-" teams still accurate? Do we prefer java specific teams as admin/push?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point. We should probably start using the Java team sync group, @suztomo WDYT?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, the yoshi- teams are outdated.
Quality Gate passed for 'gapic-generator-java-root'Issues Measures |
Quality Gate passed for 'java_showcase_integration_tests'Issues Measures |
fixes #3085
This change should migrate all required tests from "settings" tab to
.github/sync-repo-settings.yaml
. Also setting up release-please branches for lts.Sync-repo-settings.yaml is updated referencing this guide, and settings in google-cloud-java here.
Release-please.yaml is updated referencing this and google-cloud-java settings here.
Questions to reviewers: