ci: ignore lost communication with server annotation in audit (#48493)

This commit is contained in:
David Sanders
2025-10-09 00:48:56 -07:00
committed by GitHub
parent 9143f7c6e2
commit 0d478ec69c

View File

@@ -73,6 +73,7 @@ jobs:
annotation_level === "failure" &&
!message.startsWith("Process completed with exit code") &&
!message.startsWith("Response status code does not indicate success") &&
!message.startsWith("The hosted runner lost communication with the server") &&
!/Unable to make request/.test(message) &&
!/The requested URL returned error/.test(message),
)