Skip to content

Commit

Permalink
Don't ask for logs when issue is edited (#11563)
Browse files Browse the repository at this point in the history
  • Loading branch information
OneBlue authored May 7, 2024
1 parent dbc6bb5 commit 2d258c2
Showing 1 changed file with 1 addition 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.8/wti.exe -o triage/wti.exe
curl.exe -L https://github.com/OneBlue/wti/releases/download/v0.1.9/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

0 comments on commit 2d258c2

Please sign in to comment.