Github and Slack bot that runs on AWS Lambda and automates workflow.
All commands mentioned here should be executed as a comment to a Pull Request.
-
!ping
|!p
- Check if Lendabot is alive. -
!merge
|!m
- Merges current Pull Request. By default Lendabot will usesquash and merge
. If pull request is release (development
intomaster
) or a back-merge (master
intodevelopment
), Lendabot will usemerge commit
. -
!release
|!r
- Creates adevelopment
intomaster
Pull Request. -
!update-release
|!ur
- Updates the release Pull Request title with new ticket names. Works only as a comment on a release Pull Request. -
!back-merge
|!bm
- Creates amaster
intodevelopment
Pull Request. If Pull Request Event is enabled, Lendabot will create this Pull Request automatically.
/lendabot release owner/repository
- Creates adevelopment
intomaster
Pull Request./lendabot back-merge owner/repository
- Creates amaster
intodevelopment
Pull Request.