Don't ask for logs when issue is edited (#11563)

Blue committed May 7, 2024 at 21:12 UTC 2d258c2fdf63b54338df84d475831bd35c6c1480
1 file changed +1 -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.8/wti.exe -o triage/wti.exe
54 + curl.exe -L https://github.com/OneBlue/wti/releases/download/v0.1.9/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