mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-03 04:16:42 +00:00
With the updates to the pull-request-commenter, all strings were placed within `'` to prevent syntax issues. It seems that `github.event.pull_request.merged` really is a boolean (or `null`), and not a string. Doc: https://docs.github.com/en/webhooks-and-events/ ("payloads" section) Signed-off-by: Niels de Vos <ndevos@ibm.com>