Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJackson Kearl <jakearl@microsoft.com>2022-05-14 03:13:00 +0300
committerGitHub <noreply@github.com>2022-05-14 03:13:00 +0300
commitc23f0305dbf82b2319b198f4dbf3c5d5bc522f15 (patch)
tree44ef0c4edac59000f0a80c2c6a6e11ed0a90f076 /.github
parent169b3cd35f59b5c7e79b05fdbf94c1bd9c409f7a (diff)
Migrate test repo to service principal's account (#149510)roblourens/issue146338_2
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/on-open.yml12
1 files changed, 2 insertions, 10 deletions
diff --git a/.github/workflows/on-open.yml b/.github/workflows/on-open.yml
index b2e93e24a7c..98a739f8c7f 100644
--- a/.github/workflows/on-open.yml
+++ b/.github/workflows/on-open.yml
@@ -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: