Skip to content

Files

Latest commit

 

History

History
14 lines (11 loc) · 533 Bytes

pr-title.md

File metadata and controls

14 lines (11 loc) · 533 Bytes

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

  • This configuration is optional and is only required if you want a custom title for your pr's
  • Available only for paid plans
  • Accepts any string written using github markdown
  • The default title to display is: "[ImgBot] Optimize images"

.imgbotconfig

{
    "prTitle": "My title"
}