withfig/Update Fig Autocomplete spec
Action to automatically open a new PR to the withfig/autocomplete repo
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub access token | — | ${{ github.token }} |
| autocomplete-spec-name | The spec name in the autocomplete repo. Do not include extension and do not include src/ at the beginning | yes | — |
| spec-path | The path to the spec in the actual repo | yes | — |
| spec-folder-path | The path to an additional folder with specs in the repo, used for very large specs which use `loadSpec` | — | — |
| integration | The official Fig integration name used to autogenerate the spec | — | — |
| pr-body | The created PR description | — | — |
| diff-based-versioning | Use new diff-based versioning | — | false |
| new-spec-version | The new spec version (only required when using diff-based-versioning) | — | — |
| use-minor-base | Create a new version file per each minor version | — | false |
| repo-org | The name of the organization that contains the repo in which to create the PR | — | withfig |
| repo-name | The name of the repo in which to create the PR | — | autocomplete |
Outputs
no outputs