File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments