From a9e2430c206df48793f67665a4d4ec9fb4be1d8f Mon Sep 17 00:00:00 2001 From: Cole Medin Date: Sat, 11 Oct 2025 07:56:25 -0500 Subject: [PATCH] fix: Use direct_prompt instead of custom_instructions for agent mode --- .github/workflows/release-notes.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-notes.yml b/.github/workflows/release-notes.yml index d8cc2d68..2ff06e4c 100644 --- a/.github/workflows/release-notes.yml +++ b/.github/workflows/release-notes.yml @@ -223,7 +223,7 @@ jobs: github_token: ${{ github.token }} mode: agent - custom_instructions: | + direct_prompt: | Read the file release-context.md which contains all the information about this release. Generate comprehensive release notes following the structure and instructions in that file.