Run WTI to automatically triage github issues #7
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
uses: ./.github/workflows/automated-triage.yml | ||
Check failure on line 12 in .github/workflows/new_issue_comment.yml GitHub Actions / Process new comment on issueInvalid workflow file
|
||
with: | ||
comment: '2010845646' | ||
issue: '11306' |