Closed
Description
python/cpython#91439 failed with
It seems that after #420 bedevere only looks for GH numbers:
Lines 12 to 29 in cd97d6b
This should be updated to try GH first, and fallback on bpo if a GH number is missing (assuming something is done with the id and the distinction matters, otherwise a single check is enough).
While we are at it, should it also be case-insensitive or do we want to enforce lowercase gh-*
?