Skip to content

Commit

Permalink
chore: update sync-repo-settings (#474)
Browse files Browse the repository at this point in the history
Add GH Action checks, remove Kokoro, and update required versions of samples.

Co-authored-by: Karl Weinmeister <11586922+kweinmeister@users.noreply.github.com>
  • Loading branch information
busunkim96 and kweinmeister authored Mar 1, 2022
1 parent 05d2347 commit 955a66f
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions packages/google-cloud-dialogflow/.github/sync-repo-settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,19 @@ branchProtectionRules:
requiresCodeOwnerReviews: true
requiresStrictStatusChecks: true
requiredStatusCheckContexts:
- 'Kokoro'
- 'cla/google'
- 'cla/google',
- 'OwlBot Post Processor',
- 'docs',
- 'docfx',
- 'lint',
- 'unit (3.6)',
- 'unit (3.7)',
- 'unit (3.8)',
- 'unit (3.9)',
- 'unit (3.10)',
- 'cover'
- 'Samples - Lint'
- 'Samples - Python 3.7'
- 'Samples - Python 3.8'
- 'Samples - Python 3.9'
- 'Samples - Python 3.10'

0 comments on commit 955a66f

Please sign in to comment.