Skip to content

Commit

Permalink
Format PR titles for auto-deps PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs committed Oct 22, 2024
1 parent 2cbce59 commit caf6d79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependable-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ jobs:
branch: ci/update-uv-lock-main-deps
delete-branch: true
commit-message: "ci: update uv lock file"
title: "Update uv.lock with latest dependencies"
title: "Update `uv.lock` with latest dependencies"
body-path: ./pydatalab/output.txt
labels: dependency_updates,Python
2 changes: 1 addition & 1 deletion .github/workflows/yarn-upgrade-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ jobs:
branch: ci/update-yarn-lock-main-deps
delete-branch: true
commit-message: "ci: update yarn lock file"
title: "Update yarn.lock with latest dependencies"
title: "Update `yarn.lock` with latest dependencies"
body-path: ./pydatalab/output.txt
labels: dependency_updates,javascript

0 comments on commit caf6d79

Please sign in to comment.