From 79a0a6eda92403731e61b9b368a2f13727f61f68 Mon Sep 17 00:00:00 2001 From: gucio321 <73652197+gucio321@users.noreply.github.com> Date: Mon, 26 Apr 2021 08:43:04 +0200 Subject: [PATCH] Revert "workflow: automatic labeling Pull Requests" --- .github/label-pr.yml | 8 -------- .github/workflows/labeler.yaml | 13 ------------- 2 files changed, 21 deletions(-) delete mode 100644 .github/label-pr.yml delete mode 100644 .github/workflows/labeler.yaml diff --git a/.github/label-pr.yml b/.github/label-pr.yml deleted file mode 100644 index 77913cf2..00000000 --- a/.github/label-pr.yml +++ /dev/null @@ -1,8 +0,0 @@ -- regExp: [".*\\.md+$", "docs"] - labels: ["documentation"] -- regExp: ["go.sum", "go.mod"] - labels: ["dependencies"] -- regExp: ".*\\.github\/workflows" - labels: ["workflow"] -- regExp: ".*_test\\.go+$" - labels: ["unittests"] diff --git a/.github/workflows/labeler.yaml b/.github/workflows/labeler.yaml deleted file mode 100644 index e077680d..00000000 --- a/.github/workflows/labeler.yaml +++ /dev/null @@ -1,13 +0,0 @@ -# labeler configuration is in .github/label-pr.yml -name: labeler -on: [pull_request] -jobs: - label: - runs-on: ubuntu-18.04 - steps: - - uses: actions/checkout@v2 - - name: Labeler - uses: docker://decathlon/pull-request-labeler-action:2.0.0 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - CONFIG_PATH: ${{ secrets.GITHUB_WORKSPACE }}/.github/label-pr.yml