From bdef913b6aef2bd271f62fdfb2daed5fe4857456 Mon Sep 17 00:00:00 2001 From: Klaas Schoute Date: Sat, 29 Jun 2024 22:37:57 +0200 Subject: [PATCH] Remove old file --- .github/workflows/labels.yaml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 .github/workflows/labels.yaml diff --git a/.github/workflows/labels.yaml b/.github/workflows/labels.yaml deleted file mode 100644 index f4e833a..0000000 --- a/.github/workflows/labels.yaml +++ /dev/null @@ -1,25 +0,0 @@ ---- -name: Sync labels - -# yamllint disable-line rule:truthy -on: - push: - branches: - - main - paths: - - .github/labels.yml - workflow_dispatch: - -jobs: - labels: - name: ♻️ Sync labels - runs-on: ubuntu-latest - permissions: - pull-requests: write - steps: - - name: ⤵️ Check out code from GitHub - uses: actions/checkout@v4.1.7 - - name: 🚀 Run Label Syncer - uses: micnncim/action-label-syncer@v1.3.0 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}