mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 16:18:58 +01:00
Migrate test repo to service principal's account (#149510)
This commit is contained in:
12
.github/workflows/on-open.yml
vendored
12
.github/workflows/on-open.yml
vendored
@@ -16,22 +16,14 @@ jobs:
|
||||
- name: Install Actions
|
||||
run: npm install --production --prefix ./actions
|
||||
|
||||
- name: Run CopyCat (JacksonKearl/testissues)
|
||||
- name: Run CopyCat (VSCodeTriageBot/testissues)
|
||||
uses: ./actions/copycat
|
||||
with:
|
||||
appInsightsKey: ${{secrets.TRIAGE_ACTIONS_APP_INSIGHTS}}
|
||||
token: ${{secrets.VSCODE_ISSUE_TRIAGE_BOT_PAT}}
|
||||
owner: JacksonKearl
|
||||
owner: VSCodeTriageBot
|
||||
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
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user