Ability to send a Slack message
slack section must be configured with valid api key (api-key)
- or -
have RIVI_SLACK_API_KEY set as environment variable
If you require role based notification - a roles section must be configured
api-key(required) -translator(optional) -
message-template(required) -channel(optional) - private message otherwisenotify(optional) -assigneesorrolename.- If both
channelandnotifyare empty - no message will be outputted
- If both
SlackUserNumberTitleOwnerRepoOrigin
slack:
api-key: my-slack-api-key
translator:
user1: slackUser1
user2: anotherUser2
rules:
example:
slack:
channel: dev
notify: assignees
message-tempalte: "@{{ .SlackUser }} You are assigned to issue {{ .Number }}"