Hierarchy

  • FindAndReplaceInGithubFileOptions

Properties

commitMessage: string

The commit message for the changes.

octokit: Octokit & {
    paginate: PaginateInterface;
} & RestEndpointMethods & Api

An instance of the Octokit client.

Type declaration

  • paginate: PaginateInterface
owner: string

GitHub username or organization that owns the repository.

path: string

The file path in the repository to find and replace text in.

regex: RegExp

The regular expression used to find the text to be replaced.

replacement: string

The text that will replace the text found using the regex.

repo: string

The name of the GitHub repository.

Generated using TypeDoc