Skip to content

Commit 605eb01

Browse files
committed
Update messages and title
1 parent 0d0d52c commit 605eb01

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/types.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ class RHDHPluginUpdaterConfig:
5959
)
6060
GH_PR_BRANCH_NAME_BASE = "update-{plugin_name}-{latest_version}"
6161
GH_PR_TITLE_BASE = (
62-
"[rhdh-plugin-gitops-updater] Update `{plugin_name}` "
63-
"to version {latest_version}"
62+
"chore(`rhdh-plugin-gitops-updater`) Update `{plugin_name}` "
63+
"to version `{latest_version}`"
6464
)
6565
GH_PR_BODY_BASE = """## Plugin Update
6666
@@ -74,7 +74,7 @@ class RHDHPluginUpdaterConfig:
7474
"""
7575
GH_BULK_PR_BRANCH_NAME_BASE = "update-rhdh-plugins-batch"
7676
GH_BULK_PR_TITLE_BASE = (
77-
"[rhdh-plugin-gitops-updater] Update {plugin_updates_count} RHDH plugins"
77+
"chore(`rhdh-plugin-gitops-updater`) Update {plugin_updates_count} RHDH plugins"
7878
)
7979
GH_BULK_PR_BODY_BASE = """## Batch Plugin Update
8080

0 commit comments

Comments
 (0)