Skip to content

Commit

Permalink
Better filter bots from contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
kzu committed Oct 1, 2024
1 parent dc15077 commit 0506dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/GraphQueries.cs
Original file line number Diff line number Diff line change
Expand Up @@ -874,7 +874,7 @@ ... on Organization {
""",
// Do not return bot accounts
"""
[.[] | select(.login | test("bot]$") | not) | .login]
[.[] | select(.login | test("bot]$|-bot$") | not) | .login]
"""
)
{
Expand Down

0 comments on commit 0506dfd

Please sign in to comment.