Update WTI to handle situations where logs.etl is absent from the zip (#11903)

This commit is contained in:
Blue 2024-08-08 20:42:44 +00:00 committed by GitHub
parent 358449302d
commit 7476722b35
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -51,6 +51,6 @@ runs:
$maybe_previous_body = @("--previous-issue-body", "previous_body.txt")
}
curl.exe -L https://github.com/OneBlue/wti/releases/download/v0.1.11/wti.exe -o triage/wti.exe
curl.exe -L https://github.com/OneBlue/wti/releases/download/v0.1.12/wti.exe -o triage/wti.exe
cd triage && echo -n $message | .\wti.exe --issue ${{ inputs.issue }} --config config.yml --github-token "${{ inputs.token }}" --ignore-tags @maybe_message @maybe_comment @maybe_previous_body

View File

@ -31,6 +31,7 @@ logs_rules:
missing_logs_add_tags: ['needs-author-feedback']
missing_logs_etl_message: 'No logs.etl found in the archive. Make sure that you ran `collect-wsl-logs.ps1` as administrator and that the `logs.etl` file is in the archive.'
skip_tags: ['emailed-logs']
optional_component_rules: