Example
reload_config: false
projects:
- repo: farolanf/somerepo
secret: my-webhook-secret
events:
- push
- event: workflow_run
status: completed
dir: /app
command: ./restartreload_config: reload config on every webhook eventprojectsrepofull repository name in the form of<username>/<repo_name>secretthe repo webhook secreteventsallowed events. Defaults to["push"]dirworking dir for the command (optional)commandcommand to run on webhook event
-c, --configpath to config file. Defaults to./webhook-listener.yml-p, --portport to listen on. Defaults to8385