Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: github app #360

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

feat: github app #360

wants to merge 3 commits into from

Conversation

ecrupper
Copy link
Contributor

No description provided.

library/repo.go Outdated

r.InstallID = &v
}

// String implements the Stringer interface for the Repo type.
//
//nolint:dupl // ignore duplicate with test func

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [golangci] reported by reviewdog 🐶
directive //nolint:dupl // ignore duplicate with test func is unused for linter "dupl" (nolintlint)

@@ -70,6 +70,7 @@ type Repo struct {
PipelineType sql.NullString `sql:"pipeline_type"`
PreviousName sql.NullString `sql:"previous_name"`
ApproveBuild sql.NullString `sql:"approve_build"`
InstallID sql.NullInt64 `sql:"install_id"`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe GithubInstallID? Or SCMMetadata with a JSON field?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants