Function: isDependabotAutomationRunScript()
function isDependabotAutomationRunScript(runScript: string): boolean;
Defined in: _internal/dependabot-automation-workflow.ts:40
Determine whether a run step automates a pull request via GitHub CLI.
Parametersโ
runScriptโ
string
Returnsโ
boolean