We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 004618a commit 1a2d8ccCopy full SHA for 1a2d8cc
gh_action/action.sh
@@ -297,7 +297,7 @@ PY
297
echo " Reviewing with st_package_reviewer: $topdir" >&2
298
ROOT_DIR="$(cd "${SCRIPT_DIR}/.." && pwd)"
299
if ! (cd "$ROOT_DIR" && uv run st_package_reviewer "$topdir") | awk '
300
- /^Reporting [0-9]+ errors:/ { mode = "error"; next }
+ /^Reporting [0-9]+ failures:/ { mode = "error"; next }
301
/^Reporting [0-9]+ warnings:/ { mode = "warning"; next }
302
/^- / && mode {
303
sub(/^- /, "");
0 commit comments