[Webkit-unassigned] [Bug 255675] [REGRESSION] Reverting a patch no longer posts anything in the original bug

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 25 18:41:40 PDT 2023


https://bugs.webkit.org/show_bug.cgi?id=255675

lingho at apple.com <lingho at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |lingho at apple.com

--- Comment #2 from lingho at apple.com <lingho at apple.com> ---
I don't think webkitbot reopens a bug. I see cases where bug is reopened by Commit Bot.

webkitbot uses the "create-revert" option of webkit-patch consisting of the following steps:

        steps.DiscardLocalChanges,
        steps.Update,
        steps.RevertRevision,
        steps.CreateBug,
        steps.PrepareChangeLogForRevert,
        steps.PostDiffForRevert,

There is another webkit-patch option "revert" which consist of 
        steps.DiscardLocalChanges,
        steps.Update,
        steps.RevertRevision,
        steps.PrepareChangeLogForRevert,
        steps.EditChangeLog,
        steps.ConfirmDiff,
        steps.Build,
        steps.Commit,
        steps.ReopenBugAfterRevert,

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230426/b1eab501/attachment-0001.htm>


More information about the webkit-unassigned mailing list