Skip to content

Commit 0506dfd

Browse files
committed
Better filter bots from contributors
1 parent dc15077 commit 0506dfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Core/GraphQueries.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -874,7 +874,7 @@ ... on Organization {
874874
""",
875875
// Do not return bot accounts
876876
"""
877-
[.[] | select(.login | test("bot]$") | not) | .login]
877+
[.[] | select(.login | test("bot]$|-bot$") | not) | .login]
878878
"""
879879
)
880880
{

0 commit comments

Comments
 (0)