@amykit/plugin-github
v0.4.0
Published
GitHub as the code host, through the gh CLI.
Readme
@amykit/plugin-github
GitHub as the code host, through the gh CLI.
A plugin for amy. It provides the code-host port.
Install
npm install -g @amykit/plugin-githubThen name it in ~/.amy/config.yaml:
workflows:
your-profile:
plugins:
- "@amykit/plugin-github"Configuration
plugins:
"@amykit/plugin-github":
baseBranch: {}| Setting | Type | Required | Default | What it is |
| :-- | :-- | :-- | :-- | :-- |
| baseBranch | record | no | {} | where one repository's base branch is, instead of the forge's own default for it. A repository named here has its pull requests opened against that branch |
Every field is checked at boot against the schema this package declares. A key that is not one of the above is a refusal naming the plugin and the key, not a setting that silently never applied.
Where the reasoning is
Licence
MIT
