Skip to content

Commit 6614564

Browse files
committed
Continue working
1 parent 7b065a5 commit 6614564

File tree

2 files changed

+783
-175
lines changed

2 files changed

+783
-175
lines changed

process-pull-request-v2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
gh = Github(login_or_token=get_gh_token(repository), per_page=100)
114114
api_rate_limits(gh)
115115
repo = gh.get_repo(repository)
116-
prId = 49483
116+
prId = 49346
117117
issue = repo.get_issue(prId)
118118
ret = process_pr(repo_config, gh, repo, issue, True, "cmsbuild", force=False)
119119
pprint(ret)

0 commit comments

Comments
 (0)