Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: a05c31a21f60bcb2cb207d41d56fe7fc8bfa2b91
https://github.com/WebKit/WebKit/commit/a05c31a21f60bcb2cb207d41d56fe7fc8bfa2b91
Author: Issac Roy <[email protected]>
Date: 2026-07-13 (Mon, 13 Jul 2026)
Changed paths:
M Tools/Scripts/libraries/webkitscmpy/webkitscmpy/program/pull_request.py
M
Tools/Scripts/libraries/webkitscmpy/webkitscmpy/test/pull_request_unittest.py
Log Message:
-----------
Set Radar to Analyze/Fix for draft PRs when radar auto update
https://bugs.webkit.org/show_bug.cgi?id=318795
rdar://XXXXXXX
Reviewed by Elliott Williams.
When auto-updating the associated Radar on a draft pull-request, move
it to Analyze/Fix rather than Analyze/Review, since the change is not
yet ready for review.
* Tools/Scripts/libraries/webkitscmpy/webkitscmpy/program/pull_request.py:
(PullRequest.create_pull_request): Use Analyze/Fix for draft PRs,
Analyze/Review for non-draft PRs.
* Tools/Scripts/libraries/webkitscmpy/webkitscmpy/test/pull_request_unittest.py:
(TestPullRequest.test_update_radar): Added draft PR case.
Canonical link: https://commits.webkit.org/317064@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications