Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 748 Bytes

pr-body.md

File metadata and controls

15 lines (12 loc) · 748 Bytes

You can set a pull request body for your Imgbot PRs through the .imgbotconfig file.

  • This configuration is optional and is only required if you want a custom body for your pr's
  • Available only for paid plans
  • Accepts any string written using github markdown
  • The default pr body to display is the one from here

.imgbotconfig

{
    "prBody" : " Text before optimization ratio {optimization_ratio} Text after optimization ratio 
                 Text before optimization details {optimization_details} Text after optimization details",
}