From 095b6cdd0eb08a7c629e3d89bb22c8666dfbcb79 Mon Sep 17 00:00:00 2001 From: Bhavya U Date: Fri, 19 Jul 2024 18:20:23 -0700 Subject: [PATCH] Remove deep-classifier-scraper (#222253) --- .github/workflows/deep-classifier-scraper.yml | 39 ------------------- 1 file changed, 39 deletions(-) delete mode 100644 .github/workflows/deep-classifier-scraper.yml diff --git a/.github/workflows/deep-classifier-scraper.yml b/.github/workflows/deep-classifier-scraper.yml deleted file mode 100644 index e663372fad0..00000000000 --- a/.github/workflows/deep-classifier-scraper.yml +++ /dev/null @@ -1,39 +0,0 @@ -name: "Deep Classifier: Scraper" - -permissions: - id-token: write - contents: read - -on: - schedule: - - cron: 0 0 15 * * # 15th of the month - workflow_dispatch: - repository_dispatch: - types: [trigger-deep-classifier-scraper] - -jobs: - main: - runs-on: ubuntu-latest - environment: main - steps: - - uses: azure/login@v2 - with: - client-id: ${{ vars.AZURE_CLIENT_ID }} - tenant-id: ${{ vars.AZURE_TENANT_ID }} - allow-no-subscriptions: true - - name: Checkout Actions - uses: actions/checkout@v4 - with: - repository: "microsoft/vscode-github-triage-actions" - ref: stable - path: ./actions - - name: Install Actions - run: npm install --production --prefix ./actions - - name: Install Additional Dependencies - # Pulls in a bunch of other packages that arent needed for the rest of the actions - run: npm install @azure/storage-blob@12.1.1 - - name: "Run Classifier: Scraper" - uses: ./actions/classifier-deep/train/fetch-issues - with: - blobContainerName: vscode-issue-classifier - token: ${{secrets.VSCODE_ISSUE_TRIAGE_BOT_PAT}}