Jen

Results 3 issues of Jen

Some of our teams use shared schedules that aren't owned by any individual team. This currently isn't supported by the plugin - the schedule is returned by GET /schedules but...

Add a second annotation `isSchedule` to allow the annotation to be a schedule name instead of a team name. This is a bit cumbersome but maintains backwards compatibility

Gitlab API supports updating branches https://docs.gitlab.com/ee/api/protected_branches.html#update-a-protected-branch, extend the protected branches API to also support updating branches, https://github.com/gitlab4j/gitlab4j-api/blob/main/src/main/java/org/gitlab4j/api/ProtectedBranchesApi.java I can create a PR. Any gotchas I should be looking out for?