mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-15 02:48:30 -05:00
22 lines
460 B
YAML
22 lines
460 B
YAML
name: Commands
|
|
on:
|
|
issue_comment:
|
|
types: [created]
|
|
issues:
|
|
types: [labeled]
|
|
|
|
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 Commands
|
|
uses: ./commands
|
|
with:
|
|
token: ${{secrets.VSCODE_ISSUE_TRIAGE_BOT_PAT}}
|
|
config-path: commands
|