tanium / octobot

github bot with slack and jira integration
MIT License
25 stars 16 forks source link

Display PR owner in 'review-requested' slack msg #312

Closed despreston closed 2 years ago

despreston commented 2 years ago

When sending a slack msg for 'review-requested' events include the PR creator.

Often times I'm looking out for a PR from a specific person. This will be helpful with hopefully little impact to anyone elses Octobot usage.

matthauck commented 2 years ago

i think you need to enable github actions on your fork for the build to run. (Settings -> Actions)

despreston commented 2 years ago

@matthauck They're enabled. I think by default Github now blocks people from running actions that aren't main contributors or something to prevent spamming the CI tools.

matthauck commented 2 years ago

ah interesting, good to know.