Skip to content

Commit 37fb17e

Browse files
authored
Merge branch 'main' into add-permissions-to-codeql
2 parents 87e931a + a1e3988 commit 37fb17e

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)