Skip to content

Commit 8c11144

Browse files
authored
Apply suggestion from @fdelbrayelle
1 parent 283f773 commit 8c11144

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/main/java/io/kestra/plugin/gitlab/core/MergeRequest.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@
3030
"You need to provide a valid GitLab project ID and a personal access token with the necessary permissions."
3131
)
3232
@Plugin(
33-
aliases = {
34-
@Alias(value = "MergeRequest", namespace = "io.kestra.plugin.gitlab")
35-
},
33+
aliases = "io.kestra.plugin.gitlab.core.MergeRequest"
3634

3735
examples = {
3836
@Example(

0 commit comments

Comments
 (0)