shaman123/Issue Forms Version Dropdown
Populates options for a version dropdown issue forms element Extends https://github.com/ShaMan123/gha-form-dropdown-options
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | Github token | — | ${{ github.token }} |
| package | The name of the published package By default infers: - npm package from `package.json` - github repo from context | — | — |
| registry | The name of the registry the package is published at | — | npm |
| order | Display order of populated tags | — | desc |
| limit_to | Limit populated tags | — | — |
| semver | A semver range query used to filter satisfying tags see [semver satisfies](https://github.com/npm/node-semver#ranges-1) | — | — |
| tags | A stringified array of tags overriding fetching `package` tags from `registry` Overrides `order`, `limit_to` and dismisses outputs as well Consider using https://github.com/ShaMan123/gha-form-dropdown-options directly | — | — |
| template | The location of the template file used to build the form, useful for ease of maintenance | — | — |
| form | The location of the yaml form file | — | .github/ISSUE_TEMPLATE/bug_report.yml |
| dropdown | The id of the dropdown in the yaml form to populate tags into prefixed with $ | — | _version |
| label | The label of the dropdown | — | — |
| description | The description of the dropdown | — | — |
| commit_message | — | — | — |
| dry_run | see https://github.com/ShaMan123/gha-form-dropdown-options for the rest | — | — |
Outputs
| name | description |
|---|---|
| tags | A stringified array of the resulting tags |
| latest | Latest tag of `package` in `registry` |
| form | JSON stringified form |
| modified | see https://github.com/ShaMan123/gha-form-dropdown-options |
| pushed | see https://github.com/ShaMan123/gha-form-dropdown-options |