Commit e78d725c authored by FulcrandG's avatar FulcrandG
Browse files

Testing with issue limit at 1

parent b0473dd7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -186,7 +186,7 @@ def create_job_doc(job):
            code_owner = code_owner,
            code_owner_url = user["web_url"],
            linked_issues = linked_issues,
            linked_issues_limit = ISSUES_LIMIT - 1,
            linked_issues_limit = ISSUES_LIMIT,
            linked_issues_url= linked_issues_url
    ))