Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@PluginSubGroup(
title = "Gitlab Issues",
title = "Issues",
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.",
categories = PluginSubGroup.PluginCategory.TOOL
)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@PluginSubGroup(
title = "Gitlab Merge Requests",
title = "Merge Requests",
description = "Tasks that create, update, and fetch GitLab Merge Requests.\nSet the GitLab host, project ID, and access token to handle Merge Requests.",
categories = PluginSubGroup.PluginCategory.TOOL
)
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/metadata/issues.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
group: io.kestra.plugin.gitlab.issues
name: "issues"
title: "GitLab Issues"
title: "Issues"
description: "Tasks that create, update, and fetch GitLab issues."
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."
videos: []
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/metadata/mergerequests.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
group: io.kestra.plugin.gitlab.mergerequests
name: "mergerequests"
title: "GitLab Merge Requests"
title: "Merge Requests"
description: "Tasks that create, update, and fetch GitLab Merge Requests."
body: "Set the GitLab host, project ID, and access token to handle Merge Requests."
videos: []
Expand Down
Loading