From 7476722b35aca38b5a5e5ad2491404a21a6f9c57 Mon Sep 17 00:00:00 2001 From: Blue Date: Thu, 8 Aug 2024 20:42:44 +0000 Subject: [PATCH] Update WTI to handle situations where logs.etl is absent from the zip (#11903) --- .github/actions/triage/action.yml | 2 +- triage/config.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/actions/triage/action.yml b/.github/actions/triage/action.yml index a9a21de..7ace051 100644 --- a/.github/actions/triage/action.yml +++ b/.github/actions/triage/action.yml @@ -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 \ No newline at end of file diff --git a/triage/config.yml b/triage/config.yml index 1fa597c..047a711 100644 --- a/triage/config.yml +++ b/triage/config.yml @@ -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: