From f39a2e0060c14e7b32dbcd338024f3ce3a26a601 Mon Sep 17 00:00:00 2001 From: Rhys Evans Date: Fri, 4 Dec 2020 12:24:57 +0000 Subject: [PATCH] Remove sync-labels action [skip ci] --- .github/workflows/sync-labels.yaml | 9 --------- 1 file changed, 9 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 533d45e3b..000000000 --- a/.github/workflows/sync-labels.yaml +++ /dev/null @@ -1,9 +0,0 @@ -on: [issues, pull_request] -jobs: - sync-labels: - runs-on: ubuntu-latest - name: Sync repository labels - steps: - - uses: Financial-Times/rel-eng-labels@v1 - with: - github-token: ${{ secrets.GITHUB_TOKEN }}