From 23213de9bb433efad034a361217f021b9353ff01 Mon Sep 17 00:00:00 2001 From: Jackson Kearl Date: Mon, 24 Jan 2022 11:50:50 -0800 Subject: [PATCH] Remove one copy cat, been getting lots of rate limit errors --- .github/workflows/on-open.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/workflows/on-open.yml b/.github/workflows/on-open.yml index e5dc42ac44a..064b8d86145 100644 --- a/.github/workflows/on-open.yml +++ b/.github/workflows/on-open.yml @@ -23,13 +23,14 @@ jobs: token: ${{secrets.VSCODE_ISSUE_TRIAGE_BOT_PAT}} owner: JacksonKearl repo: testissues - - name: Run CopyCat (chrmarti/testissues) - uses: ./actions/copycat - with: - appInsightsKey: ${{secrets.TRIAGE_ACTIONS_APP_INSIGHTS}} - token: ${{secrets.VSCODE_ISSUE_TRIAGE_BOT_PAT}} - owner: chrmarti - repo: testissues + + # - name: Run CopyCat (chrmarti/testissues) + # uses: ./actions/copycat + # with: + # appInsightsKey: ${{secrets.TRIAGE_ACTIONS_APP_INSIGHTS}} + # token: ${{secrets.VSCODE_ISSUE_TRIAGE_BOT_PAT}} + # owner: chrmarti + # repo: testissues - name: Run New Release uses: ./actions/new-release