for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Smalot\Github\Webhook\Event;
/**
* Class GollumEvent
* @package Smalot\Github\Webhook\Event
*
* Triggered when a Wiki page is created or updated.
*/
class GollumEvent extends EventBase
{
* @return string
public function getEventName()
return 'gollum';
}
* @return array
public function getPages()
return $this->payload['pages'];