feat(plugins/followup): add indepth mode (#627)

This commit is contained in:
Simon Lecoq
2021-11-12 00:34:40 -05:00
committed by GitHub
parent 42f46c2f75
commit 0a9df6270b
12 changed files with 457 additions and 126 deletions

View File

@@ -0,0 +1,9 @@
query FollowupRepositoryCollaborators {
repository(name: "$repo", owner: "$owner") {
collaborators {
nodes {
login
}
}
}
}