Skip to content

Commit 5c7ea5a

Browse files
cursoragent4ian
andcommitted
Use AI-generated summary as PR commit message instead of hardcoded string
Co-authored-by: Florian Rival <4ian@users.noreply.github.com>
1 parent a7bdc21 commit 5c7ea5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/improve-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
uses: peter-evans/create-pull-request@v7
7777
with:
7878
token: ${{ secrets.GITHUB_TOKEN }}
79-
commit-message: "docs: AI-driven documentation improvement"
79+
commit-message: ${{ steps.improve.outputs.summary }}
8080
title: "Auto: Improve documentation"
8181
body: |
8282
This PR was automatically generated by the **Improve documentation** workflow.

0 commit comments

Comments
 (0)