diff --git a/.github/workflows/sync-labels.yaml b/.github/workflows/sync-labels.yaml deleted file mode 100644 index 55a4ce1fbd..0000000000 --- a/.github/workflows/sync-labels.yaml +++ /dev/null @@ -1,24 +0,0 @@ -name: Sync labels -on: - workflow_dispatch: - schedule: - - cron: "0 7 * * 1" - -concurrency: - group: "${{ github.workflow }}-${{ github.ref }}" - cancel-in-progress: false - -permissions: - issues: write - -jobs: - sync-labels: - runs-on: ubuntu-latest - timeout-minutes: 5 - steps: - - name: 📑 Checkout - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - with: - persist-credentials: false - - name: 🔄 Sync labels - uses: devantler-tech/actions/sync-github-labels@6a2f24aa5a859f7d0de66f9d0bde52254adba641 # v7.1.3