Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 518 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 518 Bytes

github-merge-bot

Auto update the branch of pull request and merge if all status check pass / resolve the review request changed

Usage

docker-compose.ym;

version: '3'

services:
  github-merge-bot:
    image: commonmarvel/github-merge-bot:latest
    environment:
      - GITHUB_OWNER=<OWNER>
      - GITHUB_TOKEN=<TOKEN>

Notice: the bot will review all available repositories by the token you provide

lint

./gradlew ktlintcheck

lint autofix

./gradlew ktlintformat