Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion src/classes/public/Config/GitHubConfig.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
class GitHubConfig : Context {
class GitHubConfig {
# The context ID.
[string] $ID

# The access token grace period in hours.
[int] $AccessTokenGracePeriodInHours

Expand Down
5 changes: 4 additions & 1 deletion src/classes/public/Context/GitHubContext.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
class GitHubContext : Context {
class GitHubContext {
# The context ID.
[string] $ID

# The GitHub Context Name.
# HostName/Username or HostName/AppSlug
# github.com/Octocat
Expand Down