From b06e4458ad4c78c161f54212335b8db488f3044b Mon Sep 17 00:00:00 2001 From: David Looi Date: Mon, 21 Oct 2024 10:45:57 +1100 Subject: [PATCH] fix: conventional commit title Signed-off-by: David Looi --- .github/workflows/update_bsb_db.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_bsb_db.yml b/.github/workflows/update_bsb_db.yml index 8c8bbe8..fc91155 100644 --- a/.github/workflows/update_bsb_db.yml +++ b/.github/workflows/update_bsb_db.yml @@ -29,7 +29,7 @@ jobs: uses: peter-evans/create-pull-request@v7 with: branch: update-bsb-db - title: Update BSB Database + title: "feat: Update BSB Database" body: | This Pull Request was created via a Github Action.