@pvm/plugin-github
Classes
Type aliases
IssueComment
ฦฌ IssueComment: githubApiTypes.components["schemas"][``"issue-comment"``]
Defined in
PullRequest
ฦฌ PullRequest: githubApiTypes.components["schemas"][``"pull-request-minimal"``]
Defined in
Properties
default
โข default: { configExt: RecursivePartial<Config> ; factory: PluginFactory ; name: string = __filename } | { factory: PluginFactory ; name: string = __filename } | { configExt: RecursivePartial<Config> ; name: string = __filename }
Variables
AuthenticationStrategy
โข AuthenticationStrategy: Object
Type declaration
| Name | Type |
|---|---|
authAction | StrategyInterface<[], [], Authentication> |
authApp | (options: StrategyOptions) => AuthInterface |
authToken | undefined |
Defined in
src/plugins/github/platform.ts:26
log
โข log: SignaleType<"debug" | "silly" | "deprecate", never>