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