]> source.dussan.org Git - gitea.git/commit
Increase max length of org team names from 30 to 255 characters (#31410) (#31421)
authorGiteabot <teabot@gitea.io>
Thu, 20 Jun 2024 01:27:13 +0000 (09:27 +0800)
committerGitHub <noreply@github.com>
Thu, 20 Jun 2024 01:27:13 +0000 (01:27 +0000)
commit05f32114d18f1e51782a567dc698de8dce4f2044
treea3a9a90643ad64d207d46933cff402334b4657b5
parent5c79c2b43132e53d6a025afee380e78896f10709
Increase max length of org team names from 30 to 255 characters (#31410) (#31421)

Backport #31410 by tobiasbp

This PR modifies the structs for editing and creating org teams to allow
team names to be up to 255 characters. The previous maximum length was
30 characters.

Co-authored-by: Tobias Balle-Petersen <tobias.petersen@unity3d.com>
modules/structs/org_team.go