Skip to content

Commit

Permalink
Revert status checks (#1442)
Browse files Browse the repository at this point in the history
* Revert "Add 'CI' workflow as precondition before merge (#1439)"

This reverts commit 7567a5b.

* Revert "Add required status checks and review count minimum (#1436)"

This reverts commit 1971a7b.
  • Loading branch information
big-r81 authored May 23, 2024
1 parent 7567a5b commit fc33b9e
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,5 @@ github:
- database
- javascript
protected_branches:
main:
required_status_checks:
strict: true
# contexts are the names of checks that must pass.
contexts:
- CI
required_pull_request_reviews:
# Set to true if you want to automatically dismiss approving reviews when someone pushes a new commit.
dismiss_stale_reviews: false
# Specifies the number of reviewers required to approve pull requests.
# Use a number between 1 and 6 or 0 to not require reviewers.
required_approving_review_count: 1
main

0 comments on commit fc33b9e

Please sign in to comment.