https://github.com/erda-project/erda-bot
Erda bot for GitHub and others.
https://github.com/erda-project/erda-bot
Last synced: about 1 year ago
JSON representation
Erda bot for GitHub and others.
- Host: GitHub
- URL: https://github.com/erda-project/erda-bot
- Owner: erda-project
- Created: 2021-05-31T01:36:02.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-04-14T08:51:27.000Z (about 4 years ago)
- Last Synced: 2024-06-20T23:57:38.382Z (almost 2 years ago)
- Language: Go
- Size: 372 KB
- Stars: 1
- Watchers: 12
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Erda Bot
Erda bot for GitHub and others.
## Instrument
### Cherry-Pick
Add comment in pr like: `/cherry-pick release/1.2 release/1.1 release/1.0`
### Approve
Add comment in pr: `/approve`.
Bot will auto add `approved` label and try to merge continuously until pr can be merged(all checks passed).
### Assign
Add comment in pr like: `/approve @sfwn sfwn effet` (with or without `@` is both supported)
Bot will auto add specified users as pr reviewers.
## GitHub Star
Auto send a DingTalk message when star count added.
You should set two environment variables:
- `DINGTALK_ACCESS_TOKEN`
- `DINGTALK_SECRET` (optional)