Skip to content

Commit

Permalink
chore: edit required status checks (#204)
Browse files Browse the repository at this point in the history
Editing to match the names of the GH Actions checks
  • Loading branch information
busunkim96 authored Mar 4, 2021
1 parent 8e6f0e5 commit 03a90b0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/sync-repo-settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,13 @@ branchProtectionRules:
requiredStatusCheckContexts:
- 'style-check'
- 'docs'
- 'unit'
- 'unit (3.6)'
- 'unit (3.6, cpp)'
- 'unit (3.7)'
- 'unit (3.7, cpp)'
- 'unit (3.8)'
- 'unit (3.9, cpp)'
- 'unit (3.9)'
- 'cla/google'
requiredApprovingReviewCount: 1
requiresCodeOwnerReviews: true
Expand Down

0 comments on commit 03a90b0

Please sign in to comment.