Skip to content

Commit

Permalink
update required checks
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea committed Feb 14, 2024
1 parent 19c487f commit 69796dd
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/sync-repo-settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,27 @@ branchProtectionRules:
requiredStatusCheckContexts:
- 'style-check'
- 'docs'
- 'unit (3.6)'
- 'unit (3.6, cpp)'
- 'unit (3.7)'
- 'unit (3.6, python)'
- 'unit (3.6, upb)'
- 'unit (3.7, cpp)'
- 'unit (3.7, python)'
- 'unit (3.7, upb)'
- 'unit (3.8)'
- 'unit (3.8, cpp)'
- 'unit (3.8, python)'
- 'unit (3.8, upb)'
- 'unit (3.9)'
- 'unit (3.9, cpp)'
- 'unit (3.9, python)'
- 'unit (3.9, upb)'
- 'unit (3.10)'
- 'unit (3.10, cpp)'
- 'unit (3.10, python)'
- 'unit (3.10, upb)'
- 'unit (3.11)'
- 'unit (3.11, upb)'
- 'unit (3.12)'
- 'unit (3.12, upb)'
- 'prerelease (3.12, python)'
- 'prerelease (3.12, upb)'
- cover
- OwlBot Post Processor
- 'cla/google'
Expand Down

0 comments on commit 69796dd

Please sign in to comment.