Skip to content

Commit f6c89b5

Browse files
chore: Remove owlbot from required status checks (#790)
1 parent 0e57d1f commit f6c89b5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/sync-repo-settings.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,16 @@ branchProtectionRules:
77
requiresCodeOwnerReviews: true
88
requiresStrictStatusChecks: false
99
requiredStatusCheckContexts:
10+
# TODO(b/347075426): Restore owlbot as required check
11+
# - 'OwlBot Post Processor'
1012
- 'conventionalcommits.org'
1113
- 'cla/google'
12-
- 'OwlBot Post Processor'
1314
- 'docs'
1415
- 'lint'
1516
- 'unit (3.9)'
1617
- 'unit (3.10)'
1718
- 'unit (3.11)'
18-
- 'unit (3.12)'
19+
- 'unit (3.12)'
1920
- 'cover'
2021
- 'Kokoro presubmit'
2122
permissionRules:

0 commit comments

Comments
 (0)