I have a gitea with private organisation and private repository. This organisation has two teams.
- default
Owners
, where is userowner
- new
Team1
, where is userdeveloper
and can access all repositories in this organisation.
In gitea 1.22, when user developer
creates pull-request, they can select user owner
as a reviewer.
In gitea 1.24, it is no longer possible and owners are no longer visible.
If I create new team, e.g. OwnersDuplicate
and puth owner
there, developer
can now select them as a reviewer.
Is it something new? Should I configure something to allow Owners to also appear in a possible reviewers list? Is it a bug?