mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 11:38:51 +01:00
Re-enable Actions
This commit is contained in:
24
.github/workflows/copycat.yml
vendored
24
.github/workflows/copycat.yml
vendored
@@ -12,15 +12,15 @@ jobs:
|
||||
with:
|
||||
repository: 'JacksonKearl/vscode-triage-github-actions'
|
||||
ref: v2
|
||||
# - name: Run CopyCat (JacksonKearl/testissues)
|
||||
# uses: ./copycat
|
||||
# with:
|
||||
# token: ${{secrets.VSCODE_ISSUE_TRIAGE_BOT_PAT}}
|
||||
# owner: JacksonKearl
|
||||
# repo: testissues
|
||||
# - name: Run CopyCat (chrmarti/testissues)
|
||||
# uses: ./copycat
|
||||
# with:
|
||||
# token: ${{secrets.VSCODE_ISSUE_TRIAGE_BOT_PAT}}
|
||||
# owner: chrmarti
|
||||
# repo: testissues
|
||||
- name: Run CopyCat (JacksonKearl/testissues)
|
||||
uses: ./copycat
|
||||
with:
|
||||
token: ${{secrets.VSCODE_ISSUE_TRIAGE_BOT_PAT}}
|
||||
owner: JacksonKearl
|
||||
repo: testissues
|
||||
- name: Run CopyCat (chrmarti/testissues)
|
||||
uses: ./copycat
|
||||
with:
|
||||
token: ${{secrets.VSCODE_ISSUE_TRIAGE_BOT_PAT}}
|
||||
owner: chrmarti
|
||||
repo: testissues
|
||||
|
||||
Reference in New Issue
Block a user