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?

已提問 2 年前檢視次數 508 次
1 個回答
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
已回答 2 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南