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