Skip to content

Commit

Permalink
Update query-and-process-prs
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar authored Feb 1, 2018
1 parent d03b4d2 commit 5655f50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion query-and-process-prs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ import sys
SCRIPT_DIR = dirname(abspath(sys.argv[0]))

def check_prs(gh, repo, since, process_issue, dryRun):
if repo.full_name in ["cms-sw/cmsdist", "cms-sw/cmssw"]: return
if not get_repository_hooks(repo.full_name,"Jenkins_Github_Hook"): return
print "Working on Repository: ",repo.full_name
if not get_repository_hooks(repo.full_name,"Jenkins_Github_Hook"): return
if since:
issues = repo.get_issues(state="open", sort="updated", since=since)
else:
Expand Down

0 comments on commit 5655f50

Please sign in to comment.