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

onichols pushed a commit to branch support/1.13
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/support/1.13 by this push:
     new 99020bf  GEODE-9012: Turn off Github Comments Causing Jira Ticket 
Comments (#6114)
99020bf is described below

commit 99020bf7fd2611bb8d82979aee4fb7fab221d163
Author: Owen Nichols <[email protected]>
AuthorDate: Mon Mar 29 21:53:45 2021 -0700

    GEODE-9012: Turn off Github Comments Causing Jira Ticket Comments (#6114)
---
 .asf.yaml | 45 ++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 44 insertions(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index 003d459..dcd55a6 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -7,8 +7,51 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+github:
+  description: "Apache Geode"
+  homepage: https://geode.apache.org/
+  labels:
+    - geode
+    - datagrid
+    - apache
+  features:
+    # To enable wiki for documentation
+    wiki: false
+    # To enable issue management
+    issues: false
+    # To enable projects for project management boards
+    projects: true
+
+  enabled_merge_buttons:
+    # enable squash button:
+    squash:  true
+    # enable merge button:
+    merge:  true
+    # 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/ApiCheckTestOpenJDK11
+          - concourse-ci/Build
+          - concourse-ci/StressNewTestOpenJDK11
+          - concourse-ci/UnitTestOpenJDK11
+          - concourse-ci/UnitTestOpenJDK8
+
+      required_pull_request_reviews:
+        dismiss_stale_reviews: false
+        require_code_owner_reviews: true
+        required_approving_review_count: 1
+
+      required_signatures: false
+
 notifications:
     commits: [email protected]
     issues: [email protected]
     pullrequests: [email protected]
-    jira_options: link label comment
+    jira_options: link label

Reply via email to