Coelece actions

This commit is contained in:
Jackson Kearl
2020-04-08 11:47:36 -07:00
parent 51edf4892b
commit 0facba3df8
9 changed files with 106 additions and 49 deletions

View File

@@ -2,9 +2,8 @@ name: Commands
on:
issue_comment:
types: [created]
issues:
types: [labeled]
# also make changes in ./on-label.yml
jobs:
main:
runs-on: ubuntu-latest
@@ -13,11 +12,12 @@ jobs:
uses: actions/checkout@v2
with:
repository: 'microsoft/vscode-github-triage-actions'
path: ./actions
ref: v1
- name: Install Actions
run: npm install --production
run: npm install --production --prefix ./actions
- name: Run Commands
uses: ./commands
uses: ./actions/commands
with:
token: ${{secrets.VSCODE_ISSUE_TRIAGE_BOT_PAT}}
config-path: commands