Open
Description
I have a use-case with a common repository in which many different teams are contributing and I would like to set a label based on team the person belongs to.
The way I see it can be done is very similar to the file globs, but need to somehow distinguish between file globs and user handles:
label-to-apply:
- user1
- user2
- user3