Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: eb0a9e3c47ec5de77b8effffaa4ef439165c4253
https://github.com/WebKit/WebKit/commit/eb0a9e3c47ec5de77b8effffaa4ef439165c4253
Author: Brianna Fan <[email protected]>
Date: 2026-03-09 (Mon, 09 Mar 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:
-----------
[webkitscmpy] Comment "test gardening" on bugs when a gardening PR is opened
https://bugs.webkit.org/show_bug.cgi?id=309210
rdar://171765052
Reviewed by Jonathan Bedard.
Check the classification of the commits in a PR and conditionally comment
"Test gardening pull request" if the classification is "Gardening".
* Tools/Scripts/libraries/webkitscmpy/webkitscmpy/program/pull_request.py:
(PullRequest.add_comment_to_issue):
- Drive-by fixes:
1) Don't assign the issue if test gardening change
2) Don't reopen PR for a test gardening change
(PullRequest.create_pull_request):
- If a PR has multiple commits, we should ensure that they all have the
same classification.
However, the majority of WebKit PRs should only have one commit.
* Tools/Scripts/libraries/webkitscmpy/webkitscmpy/test/pull_request_unittest.py:
Canonical link: https://commits.webkit.org/308933@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications