Skip to content

m review_release

Create Github pull request(s) to review the release.

Source code in m/cli/commands/review_release.py
class Arguments(BaseModel):
    """Create Github pull request(s) to review the release."""

    github_token: str = ArgProxy(
        '--github-token',
        type=env_var,
        default='GITHUB_TOKEN',
        help='Github personal access token with repo scope',
    )

Options

--github-token

  • default: env.GITHUB_TOKEN

Github personal access token with repo scope