mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
27 lines
716 B
YAML
27 lines
716 B
YAML
# name: CopyCat
|
|
# on:
|
|
# issues:
|
|
# types: [opened]
|
|
|
|
# jobs:
|
|
# main:
|
|
# runs-on: ubuntu-latest
|
|
# steps:
|
|
# - name: Checkout Actions
|
|
# uses: actions/checkout@v2
|
|
# with:
|
|
# repository: 'JacksonKearl/vscode-triage-github-actions'
|
|
# ref: v2
|
|
# - 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
|