mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
ci: ignore Dependabot workflow failures in audit (#49080)
This commit is contained in:
1
.github/workflows/audit-branch-ci.yml
vendored
1
.github/workflows/audit-branch-ci.yml
vendored
@@ -74,6 +74,7 @@ jobs:
|
||||
!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") &&
|
||||
!message.startsWith("Dependabot encountered an error performing the update") &&
|
||||
!/Unable to make request/.test(message) &&
|
||||
!/The requested URL returned error/.test(message),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user