mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 03:54:24 +01:00
Create copycat.yml
This commit is contained in:
20
.github/workflows/copycat.yml
vendored
Normal file
20
.github/workflows/copycat.yml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user