Skip to content

Commit

Permalink
Remove repo from signature (#5432)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristineTChen authored and ofek committed Jan 9, 2020
1 parent 36337b8 commit b9be2ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ def testable(ctx, start_id, agent_version, milestone, dry_run):
for i, (commit_hash, commit_subject) in enumerate(diff_data, 1):
commit_id = parse_pr_number(commit_subject)
if commit_id:
api_response = get_pr(commit_id, user_config, repo=repo, raw=True)
api_response = get_pr(commit_id, user_config, raw=True)
if api_response.status_code == 401:
abort('Access denied. Please ensure your GitHub token has correct permissions.')
elif api_response.status_code == 403:
Expand Down

0 comments on commit b9be2ec

Please sign in to comment.