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

Blue committed Aug 8, 2024 at 20:42 UTC 7476722b35aca38b5a5e5ad2491404a21a6f9c57
2 files changed +2 -1
.github/actions/triage/action.yml
+1 -1
@@ -51,6 +51,6 @@ runs:
51 $maybe_previous_body = @("--previous-issue-body", "previous_body.txt")
52 }
53
54 - curl.exe -L https://github.com/OneBlue/wti/releases/download/v0.1.11/wti.exe -o triage/wti.exe
54 + curl.exe -L https://github.com/OneBlue/wti/releases/download/v0.1.12/wti.exe -o triage/wti.exe
55
56 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
\ No newline at end of file
triage/config.yml
+1
@@ -31,6 +31,7 @@ logs_rules:
31
32
33 missing_logs_add_tags: ['needs-author-feedback']
34 + 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.'
35 skip_tags: ['emailed-logs']
36
37 optional_component_rules: