Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions .github/workflows/slack-pr-review-notification.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Caller: posts PR-review activity to the "PR Summary" Slack workflow with @-mentions.
# Repo-agnostic (the reusable auto-detects github.repository).
name: Slack PR Review Notification

on:
pull_request:
types: [review_requested]
pull_request_review:
types: [submitted]

permissions:
contents: read
pull-requests: read
id-token: write

jobs:
call:
uses: aws/agentcore-devx-devtools/.github/workflows/reusable-slack-pr-review-notification.yml@626595f508220b53805c86c1b54d089420add4d3
secrets: inherit
Loading