[webkit-changes] [WebKit/WebKit] b7ef1a: [ews] Add --no-ews option to git-webkit pr command

Aakash J noreply at github.com
Thu Jan 19 15:25:15 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: b7ef1ae6229400c02871d689602e09f0fd5dcfc1
      https://github.com/WebKit/WebKit/commit/b7ef1ae6229400c02871d689602e09f0fd5dcfc1
  Author: Aakash Jain <aakash_jain at apple.com>
  Date:   2023-01-19 (Thu, 19 Jan 2023)

  Changed paths:
    M Tools/Scripts/libraries/webkitscmpy/webkitscmpy/program/pull_request.py

  Log Message:
  -----------
  [ews] Add --no-ews option to git-webkit pr command
https://bugs.webkit.org/show_bug.cgi?id=250859
rdar://104446424

Reviewed by Jonathan Bedard and Carlos Alberto Lopez Perez.

We added support for skip-ews label on GitHub in 256760 at main. Some users asked for
support in git-webkit pr as well, so that they don't have to manually add that label through github UI.

Passing --no-ews flag to git-webkit pr would simply add the skip-ews label on github. If this flag is
not passed, or --ews flag is passed, then any existing skip-ews label would be removed.

* Tools/Scripts/libraries/webkitscmpy/webkitscmpy/program/pull_request.py:
(PullRequest.parser):
(create_pull_request):

Canonical link: https://commits.webkit.org/259115@main




More information about the webkit-changes mailing list