Skip to content

Commit b099c24

Browse files
committed
:feat: Update dependency lock commit message and PR title
1 parent f2011ab commit b099c24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update_dependencies.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,14 @@ jobs:
7272
# Function to commit changes
7373
commit_changes() {
7474
git add requirements.txt pyproject.toml pdm.lock
75-
git commit -m "Update dependencies"
75+
git commit -m ":arrow_up: Update dependencies lock"
7676
}
7777
7878
# Function to create PR
7979
create_pr() {
8080
local BRANCH=$1
8181
gh pr create \
82-
--title "Update dependencies" \
82+
--title ":arrow_up: Update dependencies lock" \
8383
--body "This PR updates the project dependencies. Please review the changes and merge if everything looks good." \
8484
--base ${{ github.ref_name }} \
8585
--head $BRANCH \

0 commit comments

Comments
 (0)