diff --git a/.github/workflows/copycat.yml b/.github/workflows/copycat.yml new file mode 100644 index 00000000000..6d0cc8ead46 --- /dev/null +++ b/.github/workflows/copycat.yml @@ -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