mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-27 10:48:28 +01:00
21 lines
555 B
YAML
21 lines
555 B
YAML
# name: Needs Version Info
|
|
# 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 Needs Version Info
|
|
# uses: ./needs-more-info
|
|
# with:
|
|
# token: ${{secrets.VSCODE_ISSUE_TRIAGE_BOT_PAT}}
|
|
# matcher: '\b(\d\.\d{2,3}\.\d|insiders?|1\.\d\d\d?)\b'
|
|
# label: ~needs version info
|