This is an automated email from the ASF dual-hosted git repository.
shown pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hertzbeat-collector-go.git
The following commit(s) were added to refs/heads/main by this push:
new 40a42a8 Create .asf.yaml for project configuration
40a42a8 is described below
commit 40a42a873b9c159c084f279f587d0985f4c4d547
Author: shown <[email protected]>
AuthorDate: Wed Sep 3 21:33:55 2025 +0800
Create .asf.yaml for project configuration
---
.asf.yaml | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 63 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..cd5ec25
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,63 @@
+#
+# 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: Real-time observability system with agentless, performance
cluster, prometheus-compatible, custom monitoring and status page building
capabilities.
+ homepage: https://hertzbeat.apache.org/
+ labels:
+ - monitoring
+ - monitor
+ - notifications
+ - alerting
+ - self-hosted
+ - prometheus
+ - zabbix
+ - grafana
+ - metrics
+ - observability
+ - uptime
+ - uptime-monitoring
+ - status
+ - status-page
+ - devops
+ - server
+ - linux
+ - database
+ - mysql
+ - cloud
+ enabled_merge_buttons:
+ squash: true
+ merge: false
+ rebase: false
+ protected_branches:
+ master:
+ required_status_checks:
+ strict: true
+ contexts:
+ - check-license-header
+ required_pull_request_reviews:
+ dismiss_stale_reviews: true
+ required_approving_review_count: 1
+ # enable GitHub Dependabot to create PRs for security alerts but not for
every dependency update
+ dependabot_alerts: true
+ dependabot_updates: false
+notifications:
+ commits: [email protected]
+ issues: [email protected]
+ pullrequests: [email protected]
+ jobs: [email protected]
+ discussions: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]