diff --git a/.github/workflows/sync-docs.yaml b/.github/workflows/sync-docs.yaml index 0411492..f62f8db 100644 --- a/.github/workflows/sync-docs.yaml +++ b/.github/workflows/sync-docs.yaml @@ -71,7 +71,7 @@ jobs: # Create PR gh pr create \ - --title "Sync README section" \ + --title "chore(docs): sync readme section" \ --body "Automated PR to sync README section from master repository" \ --base main fi