From 27cc654e07ef46fc120847e141652f5b7ae58018 Mon Sep 17 00:00:00 2001 From: Jack Tracey <41163455+jtracey93@users.noreply.github.com> Date: Thu, 19 Dec 2024 10:10:25 +0000 Subject: [PATCH] chore: Delete .github/workflows/gh-ado-sync.yml (#1872) --- .github/workflows/gh-ado-sync.yml | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 .github/workflows/gh-ado-sync.yml diff --git a/.github/workflows/gh-ado-sync.yml b/.github/workflows/gh-ado-sync.yml deleted file mode 100644 index 898f2eff8d..0000000000 --- a/.github/workflows/gh-ado-sync.yml +++ /dev/null @@ -1,27 +0,0 @@ -name: Sync Issues to Azure DevOps Work Items - -on: - issues: - types: [opened, closed, deleted, reopened, edited, labeled, unlabeled, assigned, unassigned] - issue_comment: - types: [created] - -jobs: - alert: - runs-on: ubuntu-latest - name: Sync workflow - if: github.repository == 'Azure/Enterprise-Scale' - - steps: - - name: Checkout code - uses: actions/checkout@v4 - with: - fetch-depth: 0 - - - name: GitHub/ADO Sync - uses: a11smiles/GitSync@v1.1.4 - env: - ado_token: '${{ secrets.ADO_PERSONAL_ACCESS_TOKEN }}' - config_file: './.github/actions-config/gh-ado-sync-config.json' - with: - ado: ${{ secrets.ADO_MAPPINGS_HANDLES }}