diff --git a/src/Core/GraphQueries.cs b/src/Core/GraphQueries.cs index 4539cbc..94b6d27 100644 --- a/src/Core/GraphQueries.cs +++ b/src/Core/GraphQueries.cs @@ -874,7 +874,7 @@ ... on Organization { """, // Do not return bot accounts """ - [.[] | select(.login | test("bot]$") | not) | .login] + [.[] | select(.login | test("bot]$|-bot$") | not) | .login] """ ) {