diff --git a/.github/workflows/label-syncer.yml b/.github/workflows/label-syncer.yml deleted file mode 100644 index 717e41183..000000000 --- a/.github/workflows/label-syncer.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: Label syncer -on: - push: - paths: - - '.github/labels.yml' - branches: - - master -jobs: - build: - name: Sync labels - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@1.0.0 - - uses: micnncim/action-label-syncer@v0.4.0 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}