add-repository

Adding a repository is the action that allows mule to monitor issues and create new pull requests.

Remote Repository

Currently a repository must exist on GitHub in order for it to be selected as a remote repository.

Base Path

The Base Path is the location where you with to locally clone the repository. When the repository is cloned, the owner and the repository name will be appended to the base path.

Schedule

The schedule is specified as a cron string. For example if you wish for mule to check GitHub for new issues every 5 minutes, you would use */5 * * * *

Add Repository

Once you click “Add Respository” the remote repository will be cloned to the local path and a scheduler will be started base on your specified cron schedule. After cloning is complete, you will see the repository available below. See interacting with a repository for more information.