Function: isGhPrMergeRunScript()
function isGhPrMergeRunScript(runScript: string): boolean;
Defined in: _internal/dependabot-automation-workflow.ts:36
Determine whether a run step merges a pull request via gh pr merge.
Parametersโ
runScriptโ
string
Returnsโ
boolean