Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/reusable-cron-dependency-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ jobs:
with:
github_token: ${{ github.token }}
target_branch: chore/weekly-health-${{ github.run_id }}
commit_message: "chore: weekly dependency and health updates"
commit_message: "chore(deps): weekly dependency and health updates"

- name: Export report body
id: report-body
Expand All @@ -289,6 +289,6 @@ jobs:
github_token: ${{ github.token }}
source_branch: ${{ steps.commit.outputs.branch_name }}
target_branch: ${{ github.event.repository.default_branch }}
title: "chore: weekly dependency and health updates"
title: "chore(deps): weekly dependency and health updates"
body: ${{ steps.report-body.outputs.report_body }}
assignee: ${{ github.actor }}