Skip to content

Commit

Permalink
Unlock develop branch, 2nd attempt (apache#849)
Browse files Browse the repository at this point in the history
* Unlock develop branch, 2nd attempt
- Just make all gates optional instead, and require 0 reviews

* Also make source code checks optional
  • Loading branch information
Blake Bender authored Aug 18, 2021
1 parent 5150e05 commit 309ac2c
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,33 +30,33 @@ github:
# enable rebase button:
rebase: true

#protected_branches:
# develop:
# 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:
# - "concourse-ci/build-rhel-7-debug"
# - "concourse-ci/build-rhel-8-debug"
# - "concourse-ci/build-ubuntu-16.04-debug"
# - "concourse-ci/build-ubuntu-18.04-debug"
# - "concourse-ci/build-ubuntu-20.04-debug"
# - "concourse-ci/build-windows-2016-vs-2017-debug"
# # - "concourse-ci/build-windows-2019-vs-2019-debug"
# - "concourse-ci/clang-format"
# - "concourse-ci/clang-tidy"
# - "concourse-ci/rat-check"
# # - "LGTM analysis: C#"
# # - "LGTM analysis: JavaScript"
# # - "LGTM analysis: C/C++"
protected_branches:
develop:
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:
#- "concourse-ci/build-rhel-7-debug"
#- "concourse-ci/build-rhel-8-debug"
#- "concourse-ci/build-ubuntu-16.04-debug"
#- "concourse-ci/build-ubuntu-18.04-debug"
#- "concourse-ci/build-ubuntu-20.04-debug"
#- "concourse-ci/build-windows-2016-vs-2017-debug"
# - "concourse-ci/build-windows-2019-vs-2019-debug"
#- "concourse-ci/clang-format"
#- "concourse-ci/clang-tidy"
#- "concourse-ci/rat-check"
# - "LGTM analysis: C#"
# - "LGTM analysis: JavaScript"
# - "LGTM analysis: C/C++"

# required_pull_request_reviews:
# dismiss_stale_reviews: false
# require_code_owner_reviews: false
# required_approving_review_count: 1
required_pull_request_reviews:
dismiss_stale_reviews: false
require_code_owner_reviews: false
required_approving_review_count: 0

# required_signatures: false
required_signatures: false

notifications:
commits: [email protected]
Expand Down

0 comments on commit 309ac2c

Please sign in to comment.