This is an automated email from the ASF dual-hosted git repository.
liuhongyu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hertzbeat.git
The following commit(s) were added to refs/heads/master by this push:
new cf59907fcd fix the labels limit error (#3842)
cf59907fcd is described below
commit cf59907fcdc6fbd2230c15c8e0c715923b22af6f
Author: Tomsun28 <[email protected]>
AuthorDate: Sun Nov 2 20:56:21 2025 +0800
fix the labels limit error (#3842)
Signed-off-by: tomsun28 <[email protected]>
---
.asf.yaml | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index 0f5abec1b1..1dbe364748 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -20,9 +20,11 @@ github:
homepage: https://hertzbeat.apache.org/
labels:
- ai
+ - agent
- llm
- - monitoring
+ - logs
- monitor
+ - monitoring
- notifications
- alerting
- self-hosted
@@ -34,12 +36,9 @@ github:
- uptime
- status
- status-page
- - devops
- server
- linux
- database
- - mysql
- - cloud
enabled_merge_buttons:
squash: true
merge: false
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]