Remove one copy cat, been getting lots of rate limit errors

This commit is contained in:
Jackson Kearl 2022-01-24 11:50:50 -08:00
parent e80a49a734
commit 23213de9bb
No known key found for this signature in database
GPG key ID: DA09A59C409FC400

View file

@ -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