CodeCommit - notifications for author of PR's

2

Is it possible to configure (without the use of lambdas and code) that the author of a Pull Request gets notifications on comments, rejects and approvals. And that the reviewer gets notifications on events after a review? This is normal in GitHub etc. but is not default in CodeCommit?

feita há 2 anos509 visualizações
1 Resposta
0

I had the same exact use case that I wanted to see in CodeCommit, because I've been very used to that in GitHub and GitLab. The only thing I've been able to find so far has been setting up a Lambda function, triggered via EventBridge when PR comments are added, which extracts the commit comment, and then sends that to an SNS topic, to which folks are subscribed. I haven't seen anything out of the box in CodeCommit.

anotov
respondido há 2 anos

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas