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[]