feat(plugins/followup): add indepth mode (#627)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
query FollowupRepositoryCollaborators {
|
||||
repository(name: "$repo", owner: "$owner") {
|
||||
collaborators {
|
||||
nodes {
|
||||
login
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user