Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: e0b3ca0085ba348ffd66a34651e0e4b3d7710da5 https://github.com/WebKit/WebKit/commit/e0b3ca0085ba348ffd66a34651e0e4b3d7710da5 Author: Jonathan Bedard <jbed...@apple.com> Date: 2023-10-30 (Mon, 30 Oct 2023)
Changed paths: M Tools/CISupport/ews-build/steps.py M Tools/CISupport/ews-build/steps_unittest.py M Tools/Scripts/libraries/webkitscmpy/webkitscmpy/pull_request.py M Tools/Scripts/libraries/webkitscmpy/webkitscmpy/test/pull_request_unittest.py Log Message: ----------- [git-webkit] Link radars in PR descriptions https://bugs.webkit.org/show_bug.cgi?id=263723 rdar://117535561 Reviewed by Dewei Zhu. Use https://rdar.apple.com to link to Radars in pull-request descriptions. * Tools/CISupport/ews-build/steps.py: (UpdatePullRequest.escape_html): Convert references to rdar:// with https://rdar.apple.com. * Tools/CISupport/ews-build/steps_unittest.py: * Tools/Scripts/libraries/webkitscmpy/webkitscmpy/pull_request.py: (PullRequest.escape_html): Convert references to rdar:// with https://rdar.apple.com. (PullRequest.unescape_html): Make linkage escapes more generic to capture converted radar links. * Tools/Scripts/libraries/webkitscmpy/webkitscmpy/test/pull_request_unittest.py: (TestPullRequest.test_create_body_single_linked): Added. Canonical link: https://commits.webkit.org/269986@main _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes