pub const MAX_GITHUB_IMAGE_ATTACHMENTS: usize = 8;
At most this many GitHub-hosted images become attachments for one read. Keeping the count fixed prevents a long issue thread from creating an unbounded transport payload.