Octokit API¶
GitHub¶
- class ghascompliance.octokit.octokit.GitHub(repository=None, token=None, instance='https://github.com', ref=None, **kwargs)¶
Octokit¶
- class ghascompliance.octokit.octokit.Octokit¶
- static createGroup(name, warning_prepfix=None)¶
Create Logging Group (for Actions)
- static debug(msg)¶
Logging Debugging
- static endGroup()¶
End Logging Group (for Actions)
- static error(msg, file=None, line=0, col=0)¶
Logging Error
- static info(msg)¶
Logging Info
- static loadEvents(path: str)¶
Loading Action Event
- static setOutput(key, value)¶
Set Actions Output
- static warning(msg)¶
Logging Warning
OctoRequests¶
- class ghascompliance.octokit.octokit.OctoRequests(github: ghascompliance.GitHub)¶