Skip to content

Commit

Permalink
add just one required action to test
Browse files Browse the repository at this point in the history
  • Loading branch information
eschutho committed Jan 27, 2021
1 parent 9e9bb9a commit 395fcc4
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,22 +54,16 @@ github:
rebase: false

protected_branches:
master:
infra_reviewer_updates:
required_status_checks:
# strict means "Require branches to be up to date before merging".
strict: false
# contexts are the names of checks that must pass
contexts:
- Docker/build
- Frontend/build
- PR Lint/check
- E2E/Cypress
- Python Misc/lint
- Python MySQL/test-mysql
- Python MySQL/test-postgres
- Python MySQL/test-sqlite
- PR Lint / check

required_pull_request_reviews:
dismiss_stale_reviews: false
require_code_owner_reviews: true
required_approving_review_count: 1

0 comments on commit 395fcc4

Please sign in to comment.