From 7a4f49a20cabb348f564a299c7df06e68e964d3b Mon Sep 17 00:00:00 2001 From: Cole Medin Date: Sat, 11 Oct 2025 07:54:20 -0500 Subject: [PATCH] fix: Set Claude Code action to agent mode for workflow_dispatch --- .github/workflows/release-notes.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-notes.yml b/.github/workflows/release-notes.yml index 8f1a955d..d8cc2d68 100644 --- a/.github/workflows/release-notes.yml +++ b/.github/workflows/release-notes.yml @@ -221,6 +221,7 @@ jobs: with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} github_token: ${{ github.token }} + mode: agent custom_instructions: | Read the file release-context.md which contains all the information about this release.