one_issue_per_file: One issue per file

View source: R/one_issue_per_file.R

one_issue_per_fileR Documentation

One issue per file

Description

Opens one issue for each file found in a GitHub repository

Usage

one_issue_per_file(
  owner,
  repo,
  path = "_episodes",
  pattern = "md$",
  issue_title = "Translation of {name}",
  issue_body,
  ...
)

Arguments

owner

user or organization who owns the GitHub repository

repo

name of the GitHub repository

path

subfolder to look for files

pattern

regular expression to select the files

issue_title

string to use for the title of the issue

issue_body

string to use for the content of the issue

...

additional parameters to be passed to gh


fmichonneau/carpenter documentation built on July 5, 2022, 7:08 a.m.