diff --git a/.github/workflows/sync-labels.yaml b/.github/workflows/sync-labels.yaml deleted file mode 100644 index 69a5674..0000000 --- a/.github/workflows/sync-labels.yaml +++ /dev/null @@ -1,26 +0,0 @@ -name: Sync labels - -on: - push: - branches: - - main - paths: - - .github/labels.yaml - workflow_dispatch: {} - -jobs: - build: - runs-on: ubuntu-latest - - steps: - - name: Checkout - uses: actions/checkout@v3 - - - name: Sync labels - uses: crazy-max/ghaction-github-labeler@v4 - with: - github-token: ${{ secrets.GITHUB_TOKEN }} - yaml-file: .github/labels.yaml - skip-delete: false - dry-run: false - # exclude: |