Skip to content

Commit

Permalink
Update WTI to handle situations where logs.etl is absent from the zip (
Browse files Browse the repository at this point in the history
  • Loading branch information
OneBlue authored Aug 8, 2024
1 parent 3584493 commit 7476722
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/triage/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions triage/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7476722

Please sign in to comment.