You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2021/08/27 12:24:07 UTC

[skywalking-java] branch main updated: Make branch protection and review required back. (#12)

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-java.git


The following commit(s) were added to refs/heads/main by this push:
     new b71d6fc  Make branch protection and review required back. (#12)
b71d6fc is described below

commit b71d6fcc9929e3db640c05a1c9c2a058fb578228
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Fri Aug 27 20:24:03 2021 +0800

    Make branch protection and review required back. (#12)
---
 .asf.yaml | 9 +++++++++
 README.md | 4 ++++
 2 files changed, 13 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index 034dc64..f4a006e 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -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
\ No newline at end of file
diff --git a/README.md b/README.md
index 50a8a22..b9b361b 100644
--- a/README.md
+++ b/README.md
@@ -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.