diff --git a/packages/grafeas/.github/sync-repo-settings.yaml b/packages/grafeas/.github/sync-repo-settings.yaml new file mode 100644 index 000000000000..a5aa1fc9deba --- /dev/null +++ b/packages/grafeas/.github/sync-repo-settings.yaml @@ -0,0 +1,23 @@ +# https://github.com/googleapis/repo-automation-bots/tree/main/packages/sync-repo-settings +# Rules for main branch protection +branchProtectionRules: +# Identifies the protection rule pattern. Name of the branch to be protected. +# Defaults to `main` +- pattern: main + requiresCodeOwnerReviews: true + requiresStrictStatusChecks: true + requiredStatusCheckContexts: + - 'cla/google' + - 'OwlBot Post Processor' + - 'Kokoro' +permissionRules: + - team: actools-python + permission: admin + - team: actools + permission: admin + - team: yoshi-python + permission: push + - team: python-samples-owners + permission: push + - team: python-samples-reviewers + permission: push