Skip to content

Commit

Permalink
Enhance logs.
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Antonio Osorio <[email protected]>
  • Loading branch information
JAORMX committed Dec 10, 2024
1 parent 96f89c4 commit 0148334
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions internal/entities/properties/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,11 @@ const (
PullRequestBaseCloneURL = "base_clone_url"
// PullRequestBaseDefaultBranch represents the default branch of the base repository
PullRequestBaseDefaultBranch = "base_default_branch"
// PullRequestTargetCloneURL represents the clone URL of the target repository
// PullRequestTargetCloneURL represents the clone URL of the target repository.
// Where the pull request comes from.
PullRequestTargetCloneURL = "target_clone_url"
// PullRequestTargetBranch represents the default branch of the target repository
// PullRequestTargetBranch represents the default branch of the target repository.
// Where the pull request comes from.
PullRequestTargetBranch = "target_branch"
// PullRequestUpstreamURL represents the URL of the pull request in the provider
PullRequestUpstreamURL = "upstream_url"
Expand Down

0 comments on commit 0148334

Please sign in to comment.