Skip to content

Commit 74daf47

Browse files
authored
Update docathon-label-sync.py
1 parent ad4ad45 commit 74daf47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/scripts/docathon-label-sync.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def main() -> None:
1313
pull_request_number = int(sys.argv[1])
1414

1515
g = Github(token)
16-
repo = g.get_repo(os.environ.get("GITHUB_REPOSITORY", "pytorch/executorch"))
16+
repo = g.get_repo(f"{repo_owner}/{repo_name}")
1717
pull_request = repo.get_pull(pull_request_number)
1818
pull_request_body = pull_request.body
1919
# PR without description

0 commit comments

Comments
 (0)