Skip to content

Conversation

@matthieu526-scalingo
Copy link
Contributor

@matthieu526-scalingo matthieu526-scalingo commented Jul 16, 2025

  • Add a changelog entry in the section "To Be Released" of CHANGELOG.md
  • QA

First iteration.
image

Second iteration.
image

@matthieu526-scalingo matthieu526-scalingo requested a review from a team July 16, 2025 08:59
@matthieu526-scalingo matthieu526-scalingo self-assigned this Jul 16, 2025
@matthieu526-scalingo matthieu526-scalingo requested review from SCedricThomas and removed request for a team July 16, 2025 08:59
@matthieu526-scalingo matthieu526-scalingo added quicky IST go Pull requests that update Go code labels Jul 16, 2025
@notion-workspace
Copy link

t.Header([]string{"Email", "Username", "Status", "Is Limited"})

t.Append([]string{scapp.Owner.Email, scapp.Owner.Username, CollaboratorOwner})
_ = t.Append([]string{scapp.Owner.Email, scapp.Owner.Username, CollaboratorOwner, "false"})
Copy link
Contributor Author

@matthieu526-scalingo matthieu526-scalingo Jul 16, 2025

Choose a reason for hiding this comment

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

ℹ️ For some reason the CI complained and wanted me to handle the errors.

Copy link
Contributor

Choose a reason for hiding this comment

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

No worries, our CI checks the lint on the diff with the master only.
So the old calls to Append either use an old version of the library that doesn't return an error, or were implemented before our CI checked for this kind of lint problem.

t.Header([]string{"Email", "Username", "Status", "Is Limited"})

t.Append([]string{scapp.Owner.Email, scapp.Owner.Username, CollaboratorOwner})
_ = t.Append([]string{scapp.Owner.Email, scapp.Owner.Username, CollaboratorOwner, "false"})
Copy link
Contributor

Choose a reason for hiding this comment

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

No worries, our CI checks the lint on the diff with the master only.
So the old calls to Append either use an old version of the library that doesn't return an error, or were implemented before our CI checked for this kind of lint problem.

Copy link
Contributor

@SCedricThomas SCedricThomas left a comment

Choose a reason for hiding this comment

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

Looks better this way. Good job

@matthieu526-scalingo matthieu526-scalingo merged commit 029e6dd into master Jul 18, 2025
8 checks passed
@matthieu526-scalingo matthieu526-scalingo deleted the feat/STORY-2259/update-list-collaborators branch July 18, 2025 08:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

go Pull requests that update Go code IST quicky

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants