vscode/.github/workflows/copycat.yml

29 lines
731 B
YAML
Raw Normal View History

2020-03-16 15:12:54 +00:00
name: CopyCat
on:
issues:
types: [opened]
2020-03-12 08:38:52 +00:00
2020-03-16 15:12:54 +00:00
jobs:
main:
runs-on: ubuntu-latest
steps:
- name: Checkout Actions
uses: actions/checkout@v2
with:
repository: 'microsoft/vscode-github-triage-actions'
ref: v1
- name: Install Actions
run: npm install --production
2020-03-18 17:21:25 +00:00
- 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