Skip to content

Commit a1e3988

Browse files
authored
ci(updates): align pr title with conventional commits (#13)
1 parent 4e8b669 commit a1e3988

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

  • .github/workflows
  • {{cookiecutter.project_name|replace(" ", "")}}/.github/workflows

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Create or update a pull request
3434
uses: peter-evans/create-pull-request@v7
3535
with:
36-
title: Automated update to primary components
36+
title: 'fix(updates): automated updates of primary components'
3737
commit-message: Automated update to primary components
3838
committer: Zenable Automation <automation@zenable.io>
3939
delete-branch: true

{{cookiecutter.project_name|replace(" ", "")}}/.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Create or update a pull request
3434
uses: peter-evans/create-pull-request@v7
3535
with:
36-
title: Automated update to primary components
36+
title: 'fix(updates): automated updates of primary components'
3737
commit-message: Automated update to primary components
3838
committer: "{{ cookiecutter.company_name }} Automation <automation@{{ cookiecutter.company_domain }}>"
3939
delete-branch: true

0 commit comments

Comments
 (0)