Skip to content

Run WTI to automatically triage github issues #9

Run WTI to automatically triage github issues

Run WTI to automatically triage github issues #9

name: Process new comment on issue
on:
pull_request: # TODO change with issue_comment
jobs:
wti:
name: Run wti
runs-on: windows-2022
permissions:
issues: write
steps:
- name: Checkout repo
uses: actions/checkout@v4
- uses: ./.github/actions/triage
with:
issue: '11306'
comment: '2010845646'