You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ke...@apache.org on 2019/09/22 13:50:29 UTC

[skywalking] branch master updated: Revert labeler action and remove .travis.yml (#3504)

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

kezhenxu94 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 24fb612  Revert labeler action and remove .travis.yml (#3504)
24fb612 is described below

commit 24fb6120451148cb24a370c6df48f501161f260c
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Sun Sep 22 21:50:23 2019 +0800

    Revert labeler action and remove .travis.yml (#3504)
    
    * Revert labeler
    
    * Remove .travis.yml as well
    
    Remove .travis.yml as well since it's disabled permanently
---
 .github/labeler.yml           | 45 -------------------------------------------
 .github/workflows/labeler.yml | 13 -------------
 .travis.yml                   | 12 ------------
 3 files changed, 70 deletions(-)

diff --git a/.github/labeler.yml b/.github/labeler.yml
deleted file mode 100644
index 986e02b..0000000
--- a/.github/labeler.yml
+++ /dev/null
@@ -1,45 +0,0 @@
-document:
-  - "**/*.md"
-
-agent:
-  - "apm-sniffer/apm-sdk-plugin/**"
-  - "apm-sniffer/optional-plugins/**"
-
-plugin:
-  - "apm-sniffer/apm-sdk-plugin/**"
-  - "apm-sniffer/optional-plugins/**"
-  - "oap-server/server-cluster-plugin/**"
-  - "oap-server/configuration/**"
-  - "oap-server/storage-plugin/**"
-  - "oap-server/telemetry/**"
-  - "oap-server/receiver-plugin/**"
-
-core feature:
-  - "apm-sniffer/apm-agent-core/**"
-  - "oap-server/server-core/**"
-  - "oap-server/server-library/**"
-  - "oap-server/oal-grammar/**"
-  - "oap-server/oal-rt/**"
-
-docker:
-  - "docker/**"
-
-OAP-backend:
-  - "oap-server/**"
-
-UI:
-  - "oap-server/server-query-plugin/**"
-  - "skywalking-ui/**"
-
-submodule update:
-  - ".gitmodules"
-
-CI settings:
-  - "appveyor.yml"
-  - "Jenkinsfile"
-  - "Jenkinsfile-E2E"
-  - ".github/**"
-  - "tools/**"
-
-test:
-  - "test/**"
\ No newline at end of file
diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml
deleted file mode 100644
index 38d2043..0000000
--- a/.github/workflows/labeler.yml
+++ /dev/null
@@ -1,13 +0,0 @@
-name: Labeler
-on: [pull_request]
-  
-jobs:
-  label:
-    runs-on: ubuntu-latest
-    steps:
-      - uses: actions/checkout@v1
-        with:
-          submodules: recursive
-      - uses: actions/labeler@v2
-        with:
-          repo-token: "${{ secrets.GITHUB_TOKEN }}"
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 09d93a8..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,12 +0,0 @@
-sudo: required
-
-os:
-  - linux
-
-jdk:
-  - openjdk8
-
-language: java
-
-install:
-  - ./mvnw -DskipTests clean install --quiet