Skip to content

Commit

Permalink
add pull=false
Browse files Browse the repository at this point in the history
  • Loading branch information
subhajitxyz committed Nov 3, 2024
1 parent 5a546b9 commit 63d5e5c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ interface GitHubService {
* @return the list of [GitHubIssue]s read from the remote repository (as a [Call])
*/
@Headers("Accept: application/vnd.github+json", "X-GitHub-Api-Version: 2022-11-28")
@GET("repos/{repo_owner}/{repo_name}/issues?direction=asc")
@GET("repos/{repo_owner}/{repo_name}/issues?direction=asc&pulls=false")
fun fetchOpenIssues(
@Path("repo_owner") repoOwner: String,
@Path("repo_name") repoName: String,
Expand Down

0 comments on commit 63d5e5c

Please sign in to comment.