Skip to content

Commit 04b5b2a

Browse files
authored
docs(title): remove GitLab from title (#23)
1 parent c3a207b commit 04b5b2a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/main/java/io/kestra/plugin/gitlab/issues/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@PluginSubGroup(
2-
title = "Gitlab Issues",
2+
title = "Issues",
33
description = "This sub-group of plugins contains tasks for using GitLab.\nSet the GitLab host, project ID, and access token to file issues with title/description, add comments or updates, and list or retrieve issue details for triage workflows.",
44
categories = PluginSubGroup.PluginCategory.TOOL
55
)

src/main/java/io/kestra/plugin/gitlab/mergerequests/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@PluginSubGroup(
2-
title = "Gitlab Merge Requests",
2+
title = "Merge Requests",
33
description = "Tasks that create, update, and fetch GitLab Merge Requests.\nSet the GitLab host, project ID, and access token to handle Merge Requests.",
44
categories = PluginSubGroup.PluginCategory.TOOL
55
)

src/main/resources/metadata/issues.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
group: io.kestra.plugin.gitlab.issues
22
name: "issues"
3-
title: "GitLab Issues"
3+
title: "Issues"
44
description: "Tasks that create, update, and fetch GitLab issues."
55
body: "Set the GitLab host, project ID, and access token to file issues with title/description, add comments or updates, and list or retrieve issue details for triage workflows."
66
videos: []

src/main/resources/metadata/mergerequests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
group: io.kestra.plugin.gitlab.mergerequests
22
name: "mergerequests"
3-
title: "GitLab Merge Requests"
3+
title: "Merge Requests"
44
description: "Tasks that create, update, and fetch GitLab Merge Requests."
55
body: "Set the GitLab host, project ID, and access token to handle Merge Requests."
66
videos: []

0 commit comments

Comments
 (0)