From ad90cbba1f3663d741b76ea038e24a62d858864c Mon Sep 17 00:00:00 2001 From: Jon Zeolla Date: Thu, 3 Jul 2025 23:17:44 -0400 Subject: [PATCH 1/2] ci(updates): align pr title with conventional commits --- .github/workflows/update.yml | 2 +- .../.github/workflows/update.yml" | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index d85bd4c..94be288 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -33,7 +33,7 @@ jobs: - name: Create or update a pull request uses: peter-evans/create-pull-request@v7 with: - title: Automated update to primary components + title: 'chore(updates): automated updates of primary components' commit-message: Automated update to primary components committer: Zenable Automation delete-branch: true diff --git "a/{{cookiecutter.project_name|replace(\" \", \"\")}}/.github/workflows/update.yml" "b/{{cookiecutter.project_name|replace(\" \", \"\")}}/.github/workflows/update.yml" index 67981c7..1a6855e 100644 --- "a/{{cookiecutter.project_name|replace(\" \", \"\")}}/.github/workflows/update.yml" +++ "b/{{cookiecutter.project_name|replace(\" \", \"\")}}/.github/workflows/update.yml" @@ -33,7 +33,7 @@ jobs: - name: Create or update a pull request uses: peter-evans/create-pull-request@v7 with: - title: Automated update to primary components + title: 'chore(updates): automated updates of primary components' commit-message: Automated update to primary components committer: "{{ cookiecutter.company_name }} Automation " delete-branch: true From c7e00875b9b9559a1b9a4fe87e7918ca203798cd Mon Sep 17 00:00:00 2001 From: Jon Zeolla Date: Thu, 3 Jul 2025 23:19:12 -0400 Subject: [PATCH 2/2] Updates are almost always fixes --- .github/workflows/update.yml | 2 +- .../.github/workflows/update.yml" | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 94be288..846494c 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -33,7 +33,7 @@ jobs: - name: Create or update a pull request uses: peter-evans/create-pull-request@v7 with: - title: 'chore(updates): automated updates of primary components' + title: 'fix(updates): automated updates of primary components' commit-message: Automated update to primary components committer: Zenable Automation delete-branch: true diff --git "a/{{cookiecutter.project_name|replace(\" \", \"\")}}/.github/workflows/update.yml" "b/{{cookiecutter.project_name|replace(\" \", \"\")}}/.github/workflows/update.yml" index 1a6855e..54c5fda 100644 --- "a/{{cookiecutter.project_name|replace(\" \", \"\")}}/.github/workflows/update.yml" +++ "b/{{cookiecutter.project_name|replace(\" \", \"\")}}/.github/workflows/update.yml" @@ -33,7 +33,7 @@ jobs: - name: Create or update a pull request uses: peter-evans/create-pull-request@v7 with: - title: 'chore(updates): automated updates of primary components' + title: 'fix(updates): automated updates of primary components' commit-message: Automated update to primary components committer: "{{ cookiecutter.company_name }} Automation " delete-branch: true