This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-java-contrib.git
The following commit(s) were added to refs/heads/main by this push:
new 3db3101 Add .asf.yaml for pulsar-java-contrib
3db3101 is described below
commit 3db3101192ee114d0a321a98d74a0a8fba5e1b42
Author: Lari Hotari <[email protected]>
AuthorDate: Wed Aug 21 07:50:37 2024 +0300
Add .asf.yaml for pulsar-java-contrib
---
.asf.yaml | 64 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 64 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..6287bde
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,64 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+
+github:
+ description: "Contributor repository for code samples, plugins and libraries
in Java for Apache Pulsar"
+ homepage: https://pulsar.apache.org/
+ labels:
+ - pulsar
+ - apache-pulsar
+ - java
+ features:
+ # Enable wiki for documentation
+ wiki: true
+ # Enable issues management
+ issues: true
+ # Enable projects for project management boards
+ projects: true
+ enabled_merge_buttons:
+ # enable squash button:
+ squash: true
+ # disable merge button:
+ merge: false
+ # disable rebase button:
+ rebase: false
+ protected_branches:
+ main:
+ 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:
+# - build
+
+ required_pull_request_reviews:
+ dismiss_stale_reviews: false
+ require_code_owner_reviews: true
+ required_approving_review_count: 1
+
+ # squash or rebase must be allowed in the repo for this setting to be
set to true.
+ required_linear_history: true
+
+ required_signatures: false
+
+notifications:
+ commits: [email protected]
+ issues: [email protected]
+ pullrequests: [email protected]
+ discussions: [email protected]