mirror of
https://github.com/php/php-src.git
synced 2026-04-28 02:33:17 +02:00
b2d291546f
Just compare against github.event.pull_request.base.sha. When GitHub creates hidden merge commits, it doesn't make sense to compare against the base anyway. Closes GH-21306