From 288f4466c540957e6220a24739064bd18a5e37d8 Mon Sep 17 00:00:00 2001 From: rektdeckard Date: Sat, 28 Dec 2024 22:14:12 -0700 Subject: [PATCH] chore(ci): tweak commit msg --- .github/workflows/sync-docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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