actions-marketplace-validations/Issue Forms Version Dropdown

Populates options for a version dropdown issue forms element Extends https://github.com/ShaMan123/gha-form-dropdown-options

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github_tokenGithub token${{ github.token }}
packageThe name of the published package By default infers: - npm package from `package.json` - github repo from context
registryThe name of the registry the package is published atnpm
orderDisplay order of populated tagsdesc
limit_toLimit populated tags
semverA semver range query used to filter satisfying tags see [semver satisfies](https://github.com/npm/node-semver#ranges-1)
tagsA 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
templateThe location of the template file used to build the form, useful for ease of maintenance
formThe location of the yaml form file .github/ISSUE_TEMPLATE/bug_report.yml
dropdownThe id of the dropdown in the yaml form to populate tags into prefixed with $ _version
labelThe label of the dropdown
descriptionThe description of the dropdown
commit_message
dry_runsee https://github.com/ShaMan123/gha-form-dropdown-options for the rest
namedescription
tagsA stringified array of the resulting tags
latestLatest tag of `package` in `registry`
formJSON stringified form
modifiedsee https://github.com/ShaMan123/gha-form-dropdown-options
pushedsee https://github.com/ShaMan123/gha-form-dropdown-options