Look for identifiers in PR descriptions as well
This commit is contained in:
parent
fe31284cd8
commit
d6aa8192ed
@ -44,7 +44,7 @@ pub async fn fetch_pull_requests_matching(
|
|||||||
&credentials,
|
&credentials,
|
||||||
"https://api.github.com/search/issues",
|
"https://api.github.com/search/issues",
|
||||||
)
|
)
|
||||||
.query(&[("q", format!("\"{}\" in:title", pattern))]);
|
.query(&[("q", format!("\"{}\" in:title,body", pattern))]);
|
||||||
|
|
||||||
let items = request.send().await?.json::<SearchResponse>().await?.items;
|
let items = request.send().await?.json::<SearchResponse>().await?.items;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user