Create copycat.yml

This commit is contained in:
Jackson Kearl
2020-03-12 01:38:52 -07:00
committed by GitHub
parent b62045619a
commit 3550aa8f9a

20
.github/workflows/copycat.yml vendored Normal file
View File

@@ -0,0 +1,20 @@
name: CopyCat
on:
issues:
types: [created]
jobs:
main:
runs-on: ubuntu-latest
steps:
- name: Checkout Actions
uses: actions/checkout@v2
with:
repository: 'JacksonKearl/vscode-triage-github-actions'
ref: master
- name: Run CopyCat
uses: ./copycat
with:
token: ${{secrets.VSCODE_ISSUE_TRIAGE_BOT_PAT}}
owner: JacksonKearl
repo: testissues