Module gh_workflow_parser::gh
source · Expand description
Functions for interacting with GitHub via the gh
CLI
Modules§
Constants§
Statics§
Traits§
- Trait describing the methods that the GitHub CLI should implement
Functions§
- Get all labels in a GitHub repository
- Create an issue in the GitHub repository
- Create a label in the GitHub repository The color should be a 6 character hex code if
force
is true and the label already exists, it will be overwritten - Get the GitHub CLI and initialize it with a default repository If
fake
is true, a fake GitHub CLI is returned. The fake GitHub CLI is used for testing and does not interact with GitHub - Get the bodies of open issues with a specific label