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년 전506회 조회
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년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠