From d043b9a24166b91a63757380d0239ad4c143c723 Mon Sep 17 00:00:00 2001 From: jariy17 Date: Wed, 9 Sep 2026 21:29:39 +0000 Subject: [PATCH 1/2] Bump PR-review-notification reusable to codebuild-default pin Point the caller at the agentcore-devx-devtools commit whose reusable workflow defaults `runner` to codebuild, moving PR-review Slack notifications onto the self-hosted CodeBuild fleet. --- .github/workflows/slack-pr-review-notification.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/slack-pr-review-notification.yml b/.github/workflows/slack-pr-review-notification.yml index 846228e15..d921185ca 100644 --- a/.github/workflows/slack-pr-review-notification.yml +++ b/.github/workflows/slack-pr-review-notification.yml @@ -17,5 +17,5 @@ permissions: jobs: call: - uses: aws/agentcore-devx-devtools/.github/workflows/reusable-slack-pr-review-notification.yml@626595f508220b53805c86c1b54d089420add4d3 + uses: aws/agentcore-devx-devtools/.github/workflows/reusable-slack-pr-review-notification.yml@9e85985f68e365774c93ffe0f2d8e992b2a4578f secrets: inherit From 123dddb134d754f3a10be9b05adbbe8d7025c3a7 Mon Sep 17 00:00:00 2001 From: jariy17 Date: Wed, 9 Sep 2026 21:36:47 +0000 Subject: [PATCH 2/2] Re-pin to devtools main SHA after #4 merged Point at 70f0e50 (merged aws/agentcore-devx-devtools#4) instead of the pre-merge branch commit. --- .github/workflows/slack-pr-review-notification.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/slack-pr-review-notification.yml b/.github/workflows/slack-pr-review-notification.yml index d921185ca..6a6bcdf92 100644 --- a/.github/workflows/slack-pr-review-notification.yml +++ b/.github/workflows/slack-pr-review-notification.yml @@ -17,5 +17,5 @@ permissions: jobs: call: - uses: aws/agentcore-devx-devtools/.github/workflows/reusable-slack-pr-review-notification.yml@9e85985f68e365774c93ffe0f2d8e992b2a4578f + uses: aws/agentcore-devx-devtools/.github/workflows/reusable-slack-pr-review-notification.yml@70f0e5036c431872a63c252e443242c267490dc4 secrets: inherit