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: Sync GitHub with ADO | |
on: | |
pull_request: | |
jobs: | |
wti: | |
name: Run wti | |
runs-on: windows-2022 | |
permissions: | |
issues: write | |
steps: | |
- name: Checkout repo | |
uses: actions/checkout@v4 | |
- name: 'Run WTI' | |
run: cd .github\workflows && .\wti.exe --issue 11307 --config config.yml --github-token "${{ secrets.GITHUB_TOKEN }}" --ignore-tags |