Skip to content

Commit b3ff9b5

Browse files
committed
deptool: Made commit / PR titles past tense and a bit more explicit
Trying to just make it read a bit better and align with our other commits / PRs. Signed-off-by: Ole Herman Schumacher Elgesem <ole@northern.tech>
1 parent a1520c9 commit b3ff9b5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/update-dep-tables.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535
if: env.COMMIT_MADE == 'true'
3636
uses: cfengine/create-pull-request@v6
3737
with:
38-
title: Update dependency tables
39-
body: Automated dependency tables update using [the `update_dep_tables` workflow](https://github.com/cfengine/buildscripts/blob/master/.github/workflows/update-dep-tables.yml).
38+
title: Updated markdown dependency tables
39+
body: Automated updates to the README.md markdown dependency tables using [the `update_dep_tables` workflow](https://github.com/cfengine/buildscripts/blob/master/.github/workflows/update-dep-tables.yml).
4040
reviewers: |
4141
olehermanse
4242
larsewi

scripts/deptool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ def updated_deps_markdown_table(self, refs):
457457
def patch_readme(self, updated_readme):
458458
TARGET_README_PATH = "README.md"
459459
self.buildscripts_repo.put_file(TARGET_README_PATH, updated_readme)
460-
self.buildscripts_repo.commit("Update dependency tables")
460+
self.buildscripts_repo.commit("Updated markdown dependency tables")
461461

462462
def write_deps_json(self, json_path, refs):
463463
deps_data, _ = self.deps_dict(refs)

0 commit comments

Comments
 (0)