Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 1.6 KB

README.md

File metadata and controls

47 lines (32 loc) · 1.6 KB

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