Module "api-helper/listener/executeAutofixes"
Type aliases
ExtractAuthor
Type declaration
-
-
Parameters
Returns Promise<{ email: string; name: string } | undefined>
Variables
Const AutofixProgressReporter
Autofix
ProgressReporter: ReportProgress = testProgressReporter(...AutofixProgressTests)
Const AutofixProgressTests
Autofix
ProgressTests: ProgressTest[] = [{test: /About to transform .* autofix '(.*)'/i,phase: "$1",}]
Functions
Const DefaultExtractAuthor
-
Parameters
Returns Promise<{ email: any; name: any }>
detailMessage
-
Parameters
Returns string
generateCommitMessageForAutofix
-
Parameters
Returns string
isNewBranch
- isNewBranch(editMode: EditMode, branch: string): boolean
-
Parameters
-
editMode: EditMode
-
branch: string
Returns boolean
runOne
-
Parameters
Returns Promise<EditResult>
Extract author information from the current goal invocation