From bcf174cd1e15067c8513751d14db1d2fcaa5504d Mon Sep 17 00:00:00 2001 From: Geometrically <18202329+Geometrically@users.noreply.github.com> Date: Mon, 25 Jan 2021 15:27:04 -0700 Subject: [PATCH] Delete labelsync.yml --- .github/workflows/labelsync.yml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .github/workflows/labelsync.yml diff --git a/.github/workflows/labelsync.yml b/.github/workflows/labelsync.yml deleted file mode 100644 index cfe672d5a..000000000 --- a/.github/workflows/labelsync.yml +++ /dev/null @@ -1,21 +0,0 @@ -name: Label Sync - -on: - issues: - label: - push: - branches: - - master - paths: - - '.github/labels.yml' - -jobs: - labeler: - runs-on: ubuntu-latest - steps: - - name: Checkout Project - uses: actions/checkout@v2 - - name: Run Label Sync - uses: crazy-max/ghaction-github-labeler@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file