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/02/11 10:17:44 UTC

[skywalking] branch master updated: Add prometheus, open-telemetry, zabbix as labels (#6364)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 544bdbe  Add prometheus, open-telemetry, zabbix as labels (#6364)
544bdbe is described below

commit 544bdbec5bb9e3df869059e151045ee21ac2320b
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Thu Feb 11 18:17:20 2021 +0800

    Add prometheus, open-telemetry, zabbix as labels (#6364)
    
    * Add prometheus, open-telemetry, zabbix as labels
    
    * Update action.yml
---
 .asf.yaml                       | 3 +++
 .github/actions/skip/action.yml | 1 +
 2 files changed, 4 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index 20e4eb8..26cacb3 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -29,6 +29,9 @@ github:
     - web-performance
     - metrics
     - logging
+    - prometheus
+    - open-telemetry
+    - zabbix
   enabled_merge_buttons:
     squash:  true
     merge:   false
diff --git a/.github/actions/skip/action.yml b/.github/actions/skip/action.yml
index e335e1e9..44536a8 100644
--- a/.github/actions/skip/action.yml
+++ b/.github/actions/skip/action.yml
@@ -27,6 +27,7 @@ inputs:
     default: >-
       "*.md"
       "skywalking-ui"
+      ".asf.yaml"
 runs:
   using: "composite"
   steps: