From 5ae7980cd955665740d94c2851c1c96fc72d970e Mon Sep 17 00:00:00 2001 From: Eric Cornelissen Date: Wed, 22 Jan 2020 15:33:25 +0200 Subject: [PATCH] Revert the introduction of a GitHub Actions to automatically label Pull Requests --- .github/labeler.yml | 11 ----------- .github/workflows/pull_requests.yml | 11 ----------- 2 files changed, 22 deletions(-) delete mode 100644 .github/labeler.yml delete mode 100644 .github/workflows/pull_requests.yml diff --git a/.github/labeler.yml b/.github/labeler.yml deleted file mode 100644 index 832ca446b..000000000 --- a/.github/labeler.yml +++ /dev/null @@ -1,11 +0,0 @@ -# Configuration file for the Pull Request Labeler bot - -# Add `new icon` label when there is an SVG added to the icons/ directory -"new icon": - - on: added - - icons/*.svg - -# Add `icon outdated` label when there is an SVG modified to the icons/ directory -"icon outdated": - - on: modified - - icons/*.svg diff --git a/.github/workflows/pull_requests.yml b/.github/workflows/pull_requests.yml deleted file mode 100644 index 14f295a6d..000000000 --- a/.github/workflows/pull_requests.yml +++ /dev/null @@ -1,11 +0,0 @@ -name: Pull Requests -on: [pull_request] - -jobs: - label: - runs-on: ubuntu-latest - - steps: - - uses: ericcornelissen/labeler@master - with: - repo-token: "${{ secrets.GITHUB_TOKEN }}"