From 3550aa8f9ab02ca3d337ad9b22fabb7daab20ccb Mon Sep 17 00:00:00 2001 From: Jackson Kearl Date: Thu, 12 Mar 2020 01:38:52 -0700 Subject: [PATCH] Create copycat.yml --- .github/workflows/copycat.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/workflows/copycat.yml 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