Function: getDependabotAutomationRunSteps()
function getDependabotAutomationRunSteps(
root: YAMLMapping
): readonly WorkflowRunStep[];
Defined in: _internal/dependabot-automation-workflow.ts:52
Collect all GitHub CLI run steps that automate pull requests.
Parametersโ
rootโ
YAMLMapping
Returnsโ
readonly WorkflowRunStep[]