Skip to content

Commit 631a3cd

Browse files
committed
fixup from review, unhardcode pr number
1 parent 91ca7b0 commit 631a3cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/cached-builds/gha_pr_changed_files.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def get_github_token() -> str:
1616

1717

1818
# https://docs.github.com/en/graphql/guides/forming-calls-with-graphql
19-
def compose_gh_api_request(owner="opendatahub-io", repo="notebooks", pull_number=556, per_page=100, cursor=""):
19+
def compose_gh_api_request(pull_number: int, owner="opendatahub-io", repo="notebooks", per_page=100, cursor="") -> urllib.request.Request:
2020
github_token = get_github_token()
2121

2222
return urllib.request.Request(

0 commit comments

Comments
 (0)