/saymyname-prow-plugin

A Prow external plugin that lets the bot answer properly...

Primary LanguageGo

saymyname-prow-plugin

This is a Prow external plugin.

If you comment /poiana on Github, Prow replies with a random sentence...

You can learn about Prow external plugins from below links:

Docker image is here: https://hub.docker.com/repository/docker/leodido/saymyname-prow-plugin

Deploy plugin

$ kubectl apply -f https://raw.githubusercontent.com/leodido/prow-plugin-saymyname/master/deploy.yaml

Enable plugin

Append a below setting to your plugins.yaml.

external_plugins:
  <org>/<repo>:
  - name: saymyname
    endpoint: http://saymyname.default.svc.cluster.local:8787
    events:
    - issue_comment

TODO

  • Make configurable:
    • Slash command
    • Sentences set
  • Test it with phony

Analytics