Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "operations/support/editorUtils"

Index

Functions

addEditModeToResult

createAndPushBranch

doNothing

  • doNothing(): Promise<void>

doWithEditResult

editProjectUsingBranch

editProjectUsingPullRequest

editRepo

  • Edit a GitHub project using a PR or branch. Do not attempt any git updates if (a) edited is explicitly set to false by the editor or (b) edited is undefined and git status is not dirty. If edited is explicitly set to true by the editor and the git status is not dirty, this is a developer error which should result in a runtime error.

    Type parameters

    Parameters

    Returns Promise<EditResult>

    EditResult instance that reports as to whether the project was actually edited

raisePr

Generated using TypeDoc