mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 01:29:04 +01:00
27 lines
667 B
YAML
27 lines
667 B
YAML
name: CopyCat
|
|
on:
|
|
issues:
|
|
types: [opened]
|
|
|
|
jobs:
|
|
main:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Checkout Actions
|
|
uses: actions/checkout@v2
|
|
with:
|
|
repository: 'JacksonKearl/vscode-triage-github-actions'
|
|
ref: v19
|
|
- 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
|