toggle menu
google-adk-kotlin
0.5.0
jvm
switch theme
search in API
google-adk-kotlin-examples
/
com.google.adk.kt.examples.github
/
GitHubTools
/
findPullRequestsForIssue
find
Pull
Requests
For
Issue
fun
findPullRequestsForIssue
(
repoOwner
:
String
,
repoName
:
String
,
issueNumber
:
Int
)
:
Map
<
String
,
Any
>
Lists open PRs referencing an issue number, to check whether it already has PRs.