If a user is added to a group and that group has permissions to access a project, no builds are triggered for a PR.
The reason is that the isMember function only checks the user permissions in the project, it does not check if groups have permissions.
The workaround is to add the user directly to the project, then the user can trigger builds in jx.
If a user is added to a group and that group has permissions to access a project, no builds are triggered for a PR.
The reason is that the isMember function only checks the user permissions in the project, it does not check if groups have permissions.
The workaround is to add the user directly to the project, then the user can trigger builds in jx.