https://github.com/kunicmarko20/lendabot
Bot that automates workflow.
https://github.com/kunicmarko20/lendabot
aws aws-lambda github github-bot slack slack-bot
Last synced: 9 months ago
JSON representation
Bot that automates workflow.
- Host: GitHub
- URL: https://github.com/kunicmarko20/lendabot
- Owner: kunicmarko20
- License: mit
- Created: 2019-07-22T19:39:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-06T21:04:55.000Z (over 6 years ago)
- Last Synced: 2025-04-06T16:53:18.163Z (10 months ago)
- Topics: aws, aws-lambda, github, github-bot, slack, slack-bot
- Language: Rust
- Homepage:
- Size: 32 MB
- Stars: 5
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Lendabot
========
Github and Slack bot that runs on AWS Lambda and automates workflow.
Github Commands
===============
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 use `squash and merge`.
If pull request is release (`development` into `master`) or a back-merge (`master` into `development`),
Lendabot will use `merge commit`.
* `!release` | `!r` - Creates a `development` into `master` 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 a `master` into `development` Pull Request. If Pull Request Event is enabled,
Lendabot will create this Pull Request automatically.
Slack Commands
==============
* `/lendabot release owner/repository` - Creates a `development` into `master` Pull Request.
* `/lendabot back-merge owner/repository` - Creates a `master` into `development` Pull Request.