From 1364aef067fc499b6a02d919166c60ce72165714 Mon Sep 17 00:00:00 2001 From: Nikolai Emil Damm Date: Thu, 2 Jul 2026 12:19:56 +0200 Subject: [PATCH] chore(ci): remove label-sync workflow (superseded by declarative IssueLabels) Co-Authored-By: Claude Fable 5 --- .github/workflows/sync-labels.yaml | 31 ------------------------------ 1 file changed, 31 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 8b8c180..0000000 --- a/.github/workflows/sync-labels.yaml +++ /dev/null @@ -1,31 +0,0 @@ -name: 🏷️ Sync Labels - -on: - workflow_dispatch: - schedule: - - cron: "0 7 * * 1" # weekly, Monday 07:00 UTC - -permissions: {} - -concurrency: - group: ${{ github.workflow }} - cancel-in-progress: true - -jobs: - sync-labels: - name: Sync Labels - runs-on: ubuntu-latest - permissions: - contents: read # checkout - issues: write # sync issue labels - steps: - - name: 🔒 Harden runner - uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4 - with: - egress-policy: audit - - name: 📥 Checkout - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - with: - persist-credentials: false - - name: 🔄 Sync labels - uses: devantler-tech/actions/sync-github-labels@9d98cb8be059537ec1e82f71c90d75ecba321713 # v6.1.0