Make branch protection and review required back. (#12)

This commit is contained in:
吴晟 Wu Sheng 2021-08-27 20:24:03 +08:00 committed by GitHub
parent 5b7cf51f43
commit b71d6fcc99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 0 deletions

View File

@ -31,3 +31,12 @@ github:
squash: true
merge: false
rebase: false
protected_branches:
main:
required_status_checks:
strict: true
contexts:
- Build
required_pull_request_reviews:
dismiss_stale_reviews: true
required_approving_review_count: 1

View File

@ -25,6 +25,10 @@ Please head to the [releases page](https://skywalking.apache.org/downloads/) to
The agent binary package is generated in `skywalking-agent` folder.
Set **Generated Source Codes**(`grpc-java` and `java` folders in **apm-protocol/apm-network/target/generated-sources/protobuf**)
folders if you are using IntelliJ IDE.
# Code of conduct
This project adheres to the Contributor Covenant [code of conduct](https://www.apache.org/foundation/policies/conduct). By participating, you are expected to uphold this code.
Please follow the [REPORTING GUIDELINES](https://www.apache.org/foundation/policies/conduct#reporting-guidelines) to report unacceptable behavior.