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 }}"