diff --git a/.github/workflows/reusable-cron-dependency-update.yml b/.github/workflows/reusable-cron-dependency-update.yml index 5a23c71..62fdf45 100644 --- a/.github/workflows/reusable-cron-dependency-update.yml +++ b/.github/workflows/reusable-cron-dependency-update.yml @@ -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 @@ -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 }}