Skip to content

Commit 7f83458

Browse files
authored
chore(proc): update repo's settings (GoogleCloudPlatform#8942)
* chore(proc): update repo's settings remove Java8 from the list of required checks remove yoshi-admin from admins exclude sync settings from header check
1 parent 63152ae commit 7f83458

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/header-checker-lint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,5 @@ sourceFileExtensions:
3737
- 'yaml'
3838
- 'yml'
3939
ignoreFiles:
40-
- '.github/auto-label.yaml'
40+
- '.github/auto-label.yaml'
41+
- '.github/sync-repo-settings.yaml'

.github/sync-repo-settings.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ branchProtectionRules:
66
isAdminEnforced: true
77
requiredStatusCheckContexts:
88
- 'Kokoro CI - Java 11'
9-
- 'Kokoro CI - Java 8'
109
- 'Kokoro CI - Lint'
1110
- 'cla/google'
1211
requiredApprovingReviewCount: 1
@@ -21,5 +20,3 @@ permissionRules:
2120
permission: push
2221
- team: devrel-java-admin
2322
permission: admin
24-
- team: yoshi-admins
25-
permission: admin

0 commit comments

Comments
 (0)