Skip to content

Commit 2697c3b

Browse files
committed
chore: use conventional commit message for requirement commit
1 parent ad1af6e commit 2697c3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/requirements-upgrade.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
cd $GITHUB_WORKSPACE/testeng-ci
5454
python -m jenkins.pull_request_creator --repo-root=$GITHUB_WORKSPACE \
5555
--target-branch="${{ env.target_branch }}" --base-branch-name="upgrade-python-requirements" \
56-
--commit-message="Updating Python Requirements" --pr-title="Python Requirements Update" \
56+
--commit-message="chore: python requirements update" --pr-title="chore: python requirements update" \
5757
--pr-body="Python requirements update.Please review the [changelogs](https://openedx.atlassian.net/wiki/spaces/TE/pages/1001521320/Python+Package+Changelogs) for the upgraded packages." \
5858
--user-reviewers="" --team-reviewers="course-discovery-admins" --delete-old-pull-requests
5959

0 commit comments

Comments
 (0)