From ba0a0ae6092bf51a10a12772ca5d8fb951ad3972 Mon Sep 17 00:00:00 2001 From: Markus Tacker Date: Fri, 12 Jul 2024 23:59:15 +0200 Subject: [PATCH] ci: remove workflow --- .github/workflows/sync-issue-labels.yaml | 27 ------------------------ 1 file changed, 27 deletions(-) delete mode 100644 .github/workflows/sync-issue-labels.yaml diff --git a/.github/workflows/sync-issue-labels.yaml b/.github/workflows/sync-issue-labels.yaml deleted file mode 100644 index e92c8205..00000000 --- a/.github/workflows/sync-issue-labels.yaml +++ /dev/null @@ -1,27 +0,0 @@ -name: Sync issue labels from docs repository - -env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - -permissions: - issues: write - -on: - push: - branches: - - saga - paths: - - ".github/workflows/sync-issue-labels.yaml" - workflow_dispatch: - schedule: - - cron: "0 0 * * *" - -jobs: - sync_issue_labels: - runs-on: ubuntu-22.04 - steps: - - name: Checkout - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - - - name: Sync issue labels from docs repository - run: gh label clone NordicSemiconductor/asset-tracker-cloud-docs --force