mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 00:59:03 +01:00
Re-enable Actions
This commit is contained in:
10
.github/workflows/commands.yml
vendored
10
.github/workflows/commands.yml
vendored
@@ -14,8 +14,8 @@ jobs:
|
||||
with:
|
||||
repository: 'JacksonKearl/vscode-triage-github-actions'
|
||||
ref: v2
|
||||
# - name: Run Commands
|
||||
# uses: ./commands
|
||||
# with:
|
||||
# token: ${{secrets.VSCODE_ISSUE_TRIAGE_BOT_PAT}}
|
||||
# config-path: commands
|
||||
- name: Run Commands
|
||||
uses: ./commands
|
||||
with:
|
||||
token: ${{secrets.VSCODE_ISSUE_TRIAGE_BOT_PAT}}
|
||||
config-path: commands
|
||||
|
||||
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