Skip to content

Commit fea49ff

Browse files
authored
deps: updates required checks list in github (#2136)
* deps: updates required checks list in github * deps: updates snippet and system checks in github to remove 3.9 * changes the order of two items in the list.
1 parent 2c19681 commit fea49ff

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/sync-repo-settings.yaml

+3-8
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,10 @@ branchProtectionRules:
1010
requiresStrictStatusChecks: true
1111
requiredStatusCheckContexts:
1212
- 'Kokoro'
13-
- 'Kokoro snippets-3.8'
14-
- 'Kokoro snippets-3.12'
15-
- 'Kokoro system-3.8'
1613
- 'Kokoro system-3.12'
14+
- 'Kokoro snippets-3.12'
1715
- 'cla/google'
1816
- 'Samples - Lint'
19-
- 'Samples - Python 3.7'
20-
- 'Samples - Python 3.8'
2117
- 'Samples - Python 3.9'
2218
- 'Samples - Python 3.10'
2319
- 'Samples - Python 3.11'
@@ -28,8 +24,7 @@ branchProtectionRules:
2824
requiresStrictStatusChecks: true
2925
requiredStatusCheckContexts:
3026
- 'Kokoro'
31-
- 'Kokoro snippets-3.8'
3227
- 'cla/google'
3328
- 'Samples - Lint'
34-
- 'Samples - Python 3.7'
35-
- 'Samples - Python 3.8'
29+
- 'Samples - Python 3.9'
30+
- 'Samples - Python 3.10'

0 commit comments

Comments
 (0)