-
-
Notifications
You must be signed in to change notification settings - Fork 20
Closed
Labels
Description
Available plugins
- Triage - It add the
triage
label to the issues which doesn't have any labels. - Commit message check - It checks the first commit message on PR and make sure it is formatted according to the guidelines. If not then it leaves a message on the PR.
- Duplicate comments - It removes all the duplicates comments by this bot and leaves the last one of each type. It uses a unique hash from the comment message.
- PR ready to merge* - Checks if the PR is ready to merge and if it is then it adds the
pr: ready to merge
label.- At least one review is approved.
- Build status is
success
.
- Check unit test* - Make sure the PR contains unit test. This check will be ignored for
Build|Chore|Docs|Upgrade
PR title. - More info - It adds the template for more info to the issue where the
more info
label is added.
Questions/Discussion
- Which of the available plugins needs to be disabled? (currently all of them are active)
- Any other plugins we need?