Files
vscode/.github/workflows/copycat.yml
T
Workflow config file is invalid. Please check your config file: model.ReadWorkflow: EOF

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