{{define "body"}}

Installed Accounts & Orgs

{{range $installation := .Installations}}
{{end}}

Go to reviewdog app settings to install reviewdog app to other accounts.

Go to https://reviewdog.app/gh/{owner}/{repo} to get REVIEWDOG_TOKEN.
Or
Run reviewdog CLI from Travis CI without REVIEWDOG_TOKEN.

$ reviewdog -conf=.reviewdog.yml -reporter=github-pr-check
  
See also github.com/reviewdog/reviewdog

{{end}}