From 0ca9dda796603417457d83554a2d1c986f528520 Mon Sep 17 00:00:00 2001 From: Devarshi Shimpi Date: Thu, 27 Oct 2022 11:07:09 +0530 Subject: [PATCH] remove labeler --- .github/workflows/labeler.yml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 .github/workflows/labeler.yml diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml deleted file mode 100644 index 601cf42..0000000 --- a/.github/workflows/labeler.yml +++ /dev/null @@ -1,13 +0,0 @@ -on: pull_request_review -name: Label approved pull requests -jobs: - labelWhenApproved: - name: Label when approved - runs-on: ubuntu-latest - steps: - - name: Label when approved - uses: pullreminders/label-when-approved-action@master - env: - APPROVALS: "2" - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - ADD_LABEL: "hacktoberfest-accepted"