From 14eaa96046b845ebbbef5717ed2708db6b1726b9 Mon Sep 17 00:00:00 2001 From: Byungjin Park Date: Wed, 17 Dec 2025 15:35:03 +0900 Subject: [PATCH] chore: remove deprecated workflow file sync-labels.yaml --- .github/workflows/sync-labels.yaml | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 .github/workflows/sync-labels.yaml 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: |