A Github app that lets you automate your basic tasks by automatically adding labels to your pull requests and
using /
commands in your comments to do some nice stuff like approving and merging pull requests.
This repository is archived because the webhook service that is used by this app is not working anymore. If you want to use this app then you can host the webhook server on your own and use this app.
- Automatically add labels to pull requests eg:-
Approved
,Merged
/
commands can be used in comments eg:-/approve
,/merge
,/label documentation
- Bot will react with
🚀
emoji when a command is found in comment - When a new issue is created and body is less than 20 characters than bot will ask for more information
- After user edits the body and adds the required information bot will remove the
needs more information
label
-
When a issue is closed by user and it contains some keyword labels than these labels will be automatically added
bug
-fixed
enhancement
-implemented
feature
-implemented
If these labels are not present in the repo than bot will create them automatically with random color
-
When a new issue is created and body is less than 20 characters than bot will ask for more information
-
After user edits the body and adds the required information bot will remove the
needs more information
label
-
/label <name ...>
(pull_request, issue) -
/approve
(pull_request) -
/merge
(pull_request)Rebase and Merge method will be used to merge the pull request.
-
/WIP
(pull_request, issue) -
/close
(pull_request, issue)![Close command]((https://user-images.githubusercontent.com/69336518/188459023-9195e332-7aa7-4f84-9bb8-7cc8fb45432b.gif)
If you have suggestions for how shriproperty could be improved, or want to report a bug, open an issue! We'd love all and any contributions.
For more, check out the Contributing Guide.
You need to clone the repository-commander first and start it
Clone the project
git clone [email protected]:aayushchugh/repository-commander.git
Go to the project directory
cd repository-commander
Install dependencies
yarn
Start the server
yarn start
For further assistance checkout probot docs
If you have any feedback, please create a issue or reach out to me at [email protected]
For support, please create a issue or reach out to me at [email protected]