Skip to content

Commit

Permalink
Github: Adjust bump-dependencies commit titles to dependabot-style
Browse files Browse the repository at this point in the history
  • Loading branch information
hoffie committed Aug 22, 2022
1 parent 10c3f0d commit d12aa80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
# Therefore, use perl instead:
perl -pe 's/${{ matrix.components.local_version_regex }}/${1}'"${upstream_version}"'${3}/gi' -i "${files[@]}"
git add .
title="Build: Update ${{ matrix.components.name }} to ${upstream_version}"
title="Build: Bump ${{ matrix.components.name }} from ${local_version} to ${upstream_version}"
pr_title="${title} (Automated PR)"
existing_pr="$(gh pr list --head "${pr_branch}" --json number --jq '.[].number')"
git commit -m "${title}"
Expand Down

0 comments on commit d12aa80

Please sign in to comment.