We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad4ad45 commit 74daf47Copy full SHA for 74daf47
1 file changed
.github/scripts/docathon-label-sync.py
@@ -13,7 +13,7 @@ def main() -> None:
13
pull_request_number = int(sys.argv[1])
14
15
g = Github(token)
16
- repo = g.get_repo(os.environ.get("GITHUB_REPOSITORY", "pytorch/executorch"))
+ repo = g.get_repo(f"{repo_owner}/{repo_name}")
17
pull_request = repo.get_pull(pull_request_number)
18
pull_request_body = pull_request.body
19
# PR without description
0 commit comments