mirror of
https://github.com/microsoft/WSL.git
synced 2025-12-11 04:35:57 -06:00
Update WTI to handle situations where logs.etl is absent from the zip (#11903)
This commit is contained in:
parent
358449302d
commit
7476722b35
2
.github/actions/triage/action.yml
vendored
2
.github/actions/triage/action.yml
vendored
@ -51,6 +51,6 @@ runs:
|
|||||||
$maybe_previous_body = @("--previous-issue-body", "previous_body.txt")
|
$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
|
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
|
||||||
@ -31,6 +31,7 @@ logs_rules:
|
|||||||
|
|
||||||
|
|
||||||
missing_logs_add_tags: ['needs-author-feedback']
|
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']
|
skip_tags: ['emailed-logs']
|
||||||
|
|
||||||
optional_component_rules:
|
optional_component_rules:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user