Main entry point for the Probot application.
This function registers all predefined behaviours with the Probot agent.
The function iterates through the behaviours array and calls the register method on each behaviour instance to bind it to the agent.
behaviours
register
let export=: (agent: Probot) => void
Main entry point for the Probot application.
This function registers all predefined behaviours with the Probot agent.