Expand description

Contains the Issue struct and its associated methods.

The Issue struct is used to represent a GitHub issue that will be created in a repository. It contains a title, label, and body. The body is a collection of FailedJob structs, which contain information about the failed jobs in a GitHub Actions workflow run.

Structs§