NEW301444
suggestnominations.py should support Canonical-link
https://bugs.webkit.org/show_bug.cgi?id=301444
Summary suggestnominations.py should support Canonical-link
Sam Sneddon [:gsnedders]
Reported 2025-10-24 14:13:36 PDT
As part of bug 266028, we need to migrate everything to supporting actual git trailers. We currently have: ``` Tools/Scripts/webkitpy/tool/commands/suggestnominations.py 56: _canonical_regexp = re.compile(r'^Canonical link: https://commits.webkit.org/(?P<canonicalid>\d+)@main$', re.MULTILINE) ``` Ideally we’d not only allow `Canonical-link`, but we’d move over to using `git-interpret-trailers` to actually find them — or just migrate the whole thing to webkitscmpy.
Attachments
Radar WebKit Bug Importer
Comment 1 2025-10-24 14:13:41 PDT
Note You need to log in before you can comment on or make changes to this bug.