What's wrong with this entry?
PR and MR URLs are now classified by forge type — github, github-enterprise, gitlab, or bitbucket — based on URL shape, not just hostname. This information is surfaced to tools and hooks that work with pull/merge request URLs.
- GitLab detected by
/-/merge_requests/in the path - Bitbucket detected by
/pull-requests/in the path - GitHub detected by matching known GitHub hostnames
- Anything else is classified as
github-enterprise - Described as "a naming hint, not host trust" — an unrecognised host with a PR-shaped path classifies as
github-enterprise
Forge classifier (search for "/-/merge_requests/" or "forge classification derived from").
Strings lifted out of the shipped bundle, so the claim above can be checked against them.