tracking-issue: Fix long-form linked issues
Created by: efritz
A PR and an issue were only linked if the PR contained the #issue-number
link form, but not if you use the full URL, e.g. https://github.com/sg/sg/issues/issue-number
. This PR adds a pattern matching for the second format.