Skip to content

Classify stderr warning messages as warnings instead of errors in annotations#2

Open
lmvysakh wants to merge 3 commits into
mainfrom
1317_alternate_fix
Open

Classify stderr warning messages as warnings instead of errors in annotations#2
lmvysakh wants to merge 3 commits into
mainfrom
1317_alternate_fix

Conversation

@lmvysakh

@lmvysakh lmvysakh commented Jul 3, 2026

Copy link
Copy Markdown
Owner

Description:

Code fix to properly address errors and warnings.

  • Stderr from the installation script is unconditionally logged via core.error(), causing red annotations even for informational warnings. This adds a check to route known warning prefixes through core.warning() instead. All other stderr and the exec flow remain unchanged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants