Skip to content

Commit f153e2a

Browse files
committed
ci: align dependency upgrade workflow title
1 parent 35dc0aa commit f153e2a

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/docker-dependency-updater.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: "UDX Automation: Docker Dependency Updater"
2+
name: udx-automation / dependency upgrade
33

44
"on":
55
schedule:
@@ -60,7 +60,7 @@ jobs:
6060
"probe_dockerfile" => paths["probe_dockerfile"] || ".tmp/dependency-probe/Dockerfile",
6161
"report_path" => paths["report"] || "docker-dependency-report.json",
6262
"update_branch" => workflow["update_branch"] || "automation/docker-dependency-updates",
63-
"pr_title" => workflow["pull_request_title"] || "UDX Automation: Docker dependency updates",
63+
"pr_title" => workflow["pull_request_title"] || "udx-automation / dependency upgrade",
6464
"commit_message" => workflow["commit_message"] || "chore(deps): update Docker dependency pins",
6565
"validation_command" => validation.first || "docker build --progress=plain -t dependency-update-validation ."
6666
}
@@ -124,7 +124,7 @@ jobs:
124124
if: always()
125125
run: |
126126
{
127-
echo "## UDX Automation: Docker Dependency Updater"
127+
echo "## udx-automation / dependency upgrade"
128128
echo
129129
echo "| Job | Result | Details |"
130130
echo "| --- | --- | --- |"
@@ -450,7 +450,7 @@ jobs:
450450
fi
451451
452452
{
453-
echo "## UDX Automation: Docker Dependency Updater"
453+
echo "## udx-automation / dependency upgrade"
454454
echo
455455
echo "| Job | Result | Details |"
456456
echo "| --- | --- | --- |"
@@ -612,7 +612,7 @@ jobs:
612612
fi
613613
614614
{
615-
echo "## UDX Automation: Docker Dependency Updater"
615+
echo "## udx-automation / dependency upgrade"
616616
echo
617617
echo "| Job | Result | Details |"
618618
echo "| --- | --- | --- |"

ci/configs/docker-dependency-probe.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dockerfile: Dockerfile
77

88
workflow:
99
update_branch: automation/docker-dependency-updates
10-
pull_request_title: "UDX Automation: Docker dependency updates"
10+
pull_request_title: "udx-automation / dependency upgrade"
1111
commit_message: "chore(deps): update Docker dependency pins"
1212

1313
paths:

0 commit comments

Comments
 (0)