Skip to content

Commit

Permalink
feat: add gitlab connection type
Browse files Browse the repository at this point in the history
  • Loading branch information
adityathebe committed Feb 9, 2024
1 parent a15a9fc commit 87924db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions models/connections.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ const (
ConnectionTypeGenericWebhook = "generic_webhook"
ConnectionTypeGit = "git"
ConnectionTypeGithub = "github"
ConnectionTypeGitlab = "gitlab"
ConnectionTypeGoogleChat = "google_chat"
ConnectionTypeHTTP = "http"
ConnectionTypeIFTTT = "ifttt"
Expand Down

0 comments on commit 87924db

Please sign in to comment.