feat(on-pr): provide additional help in logs - #142
Open
AlexanderLanin wants to merge 7 commits into
Open
Conversation
AlexanderLanin
requested review from
MaximilianSoerenPollak,
dcalavrezo-qorix,
nradakovic and
pawelrutkaq
as code owners
July 22, 2026 15:25
AlexanderLanin
requested review from
PiotrKorkus,
lurtz and
opajonk
as code owners
July 22, 2026 15:25
AlexanderLanin
marked this pull request as draft
July 22, 2026 15:42
This reverts commit d7f8ecf.
AlexanderLanin
marked this pull request as ready for review
July 22, 2026 16:48
lurtz
reviewed
Jul 22, 2026
| # the capability outputs are empty and every check is skipped while the job is red. | ||
| # | ||
| # Because all checks share ONE checkout, a check that rewrites files (pre-commit, | ||
| # `bazel mod tidy`) restores the working tree afterwards with `git checkout -- .`, so |
Contributor
There was a problem hiding this comment.
does git checkout -- . really revert any changes? I just tested it and it did not. For that used to use git restore . and git clean -fxd .
Contributor
There was a problem hiding this comment.
Can't you just do git reset.
Contributor
There was a problem hiding this comment.
To me git reset sound like it will change the head of the currently checked out git branch, but not undo any changes currently applied to files or delete / restore files.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We already had a print of additional help, but it seems step summaries of reusable workflows are quite well hidden under "Summary" :-(
This PR provides the very same output in pure logs. Neither annotations nor github comments have worked out.