Skip to content

Commit

Permalink
add code repository flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Korjen97 committed Oct 29, 2024
1 parent b96e7a9 commit 7b18daf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/params/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,8 @@ const (
PRIidFlagUsage = "Gitlab IID (internal ID) of the merge request"
PRGitlabProjectFlag = "gitlab-project-id"
PRGitlabProjectFlagUsage = "Gitlab project ID"
CodeRepositoryFlag = "code-repository-url"
CodeRepositoryFlagUsage = "Code repository URL (optional for self-hosted Azure DevOps)"

// Chat (General)
ChatAPIKey = "chat-apikey"
Expand Down

0 comments on commit 7b18daf

Please sign in to comment.