Namespaces
Reposaur uses the concept of namespaces to decide which policies it should use against a particular set of data.
For example, if the data provided is detected to be of the GitHub repository type,
only policies under the github.repository namespace will be executed.
Supported Namespaces
| Name | Description | 
|---|---|
github.issue | Represents a GitHub Issue | 
github.organization | Represents a GitHub Organization | 
github.pull_request | Represents a GitHub Pull Request | 
github.repository | Represents a GitHub Repository | 
github.user | Represents a GitHub User |