Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions precommit/src/main/shell/plugins.d/github.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1223,6 +1223,13 @@ function github_finalreport

github_end_checkrun "${result}"

# Under GHA the per-sub-check detail is already in the PR comment and the
# step summary. Commit statuses encode severity in the context key, so a
# re-run that changes outcome never overwrites the old status (YETUS-1277).
if [[ "${ROBOTTYPE}" == 'githubactions' ]]; then
return 0
fi

if [[ "${ROBOTTYPE}" ]]; then
header="Apache Yetus(${ROBOTTYPE})"
else
Expand Down