mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-12 09:50:11 -05:00
Remove one copy cat, been getting lots of rate limit errors
This commit is contained in:
15
.github/workflows/on-open.yml
vendored
15
.github/workflows/on-open.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user