diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index d85bd4c..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: Automated update to 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 67981c7..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: Automated update to 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