Skip to content
Snippets Groups Projects

Update to bot checking logic to check for project and any matching email

Merged Martin Lowe requested to merge github/fork/autumnfound/malowe/master/45 into master
6 files
+ 212
182
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -16,7 +16,8 @@ import javax.ws.rs.Path;
import javax.ws.rs.Produces;
import org.eclipse.microprofile.rest.client.inject.RegisterRestClient;
import org.eclipsefoundation.git.eca.model.BotUser;
import com.fasterxml.jackson.databind.JsonNode;
/**
* Interface for interacting with the Eclipse Foundation Bots API.
@@ -35,5 +36,5 @@ public interface BotsAPI {
*/
@GET
@Produces("application/json")
List<BotUser> getBots();
List<JsonNode> getBots();
}
Loading