We sometimes see variants like the following:
- Backport of PR12345
- Backport of PR 12345
- Backport of PR#12345
- Backport of PR #12345
Only the first one is automatically linked. We can detect these and both fix and link them
rather than ignoring them. The rationale for fixing them instead of leaving as-is is because
PRxxxxx is easier to grep if they are consistent in all patch summaries.
Other variants of the above are welcome. I simply picked these because we see them the most.