Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. 🗂️ Base branches to auto review (2)
Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
| return new self('member', $identifier); | ||
| } | ||
|
|
||
| public static function project(string $identifier, string $dimension = ''): self |
| 'dimension' => [ | ||
| 'allowed' => true, | ||
| 'required' => true, |
There was a problem hiding this comment.
Let's understand how team:t1 permissions works (without dimension); and lets see if we can make projects consistent with that behaviour.
Closes SER-541