From f2314fcacfdbddf7f95cc42f70c9233fb5be8220 Mon Sep 17 00:00:00 2001 From: Suheb <39208279+saubyk@users.noreply.github.com> Date: Fri, 1 May 2026 20:14:54 -0700 Subject: [PATCH] Update rtlreviewbot.yml Added the app installation id --- .github/workflows/rtlreviewbot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rtlreviewbot.yml b/.github/workflows/rtlreviewbot.yml index a32d0bf1..d0e505af 100644 --- a/.github/workflows/rtlreviewbot.yml +++ b/.github/workflows/rtlreviewbot.yml @@ -43,7 +43,7 @@ jobs: actor: ${{ github.event.sender.login }} comment_body: ${{ github.event.comment.body }} comment_id: ${{ github.event.comment.id }} - installation_id: REPLACE_WITH_INSTALLATION_ID + installation_id: 127679607 # Credentials — passed as `with:` inputs (composite actions # cannot declare a `secrets:` block). At least one of # anthropic_api_key or claude_code_oauth_token must be set;