https://github.com/shaman123/gha-populate-form-version
A github action populating an issue forms version dropdown
https://github.com/shaman123/gha-populate-form-version
bug-reports dropdown form github-actions issue issue-forms version workflow yaml
Last synced: about 1 year ago
JSON representation
A github action populating an issue forms version dropdown
- Host: GitHub
- URL: https://github.com/shaman123/gha-populate-form-version
- Owner: ShaMan123
- License: mit
- Created: 2022-09-25T19:22:14.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-12T10:56:20.000Z (about 3 years ago)
- Last Synced: 2025-04-11T16:24:33.710Z (about 1 year ago)
- Topics: bug-reports, dropdown, form, github-actions, issue, issue-forms, version, workflow, yaml
- Language: JavaScript
- Homepage:
- Size: 451 KB
- Stars: 5
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Issue Forms Version Dropdown
[](https://github.com/marketplace/actions/issue-forms-version-dropdown)
[](https://github.com/sponsors/ShaMan123)
[](https://github.com/ShaMan123/gha-populate-form-version/actions/workflows/test.yml)
[](https://github.com/ShaMan123/gha-populate-form-version/actions/workflows/update_bug_report.yml)
[](https://github.com/ShaMan123/gha-populate-form-version/actions/workflows/update_demo.yml)
A github action populating an [issue forms](https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms) version dropdown.
## Supported Registries
- npm
- github releases
PRs adding support to more registries are WELCOME.
## Configuring
- Follow [this workflow](.github/workflows/update_bug_report.yml).
- Replace the `uses: ./` directive to point to [](https://github.com/marketplace/actions/issue-forms-version-dropdown).
- See `inputs` and `outputs` in the [spec](/action.yml).
Take a look at the resulting [issue template](../../issues/new?template=bug_report.yml).
And see the [bot](../../commits?author=github-actions%5Bbot%5D) in action.
https://user-images.githubusercontent.com/34343793/192214911-623c0755-3a11-4294-951c-3a03b36fd204.mp4
## Advanced Usage
Refer to the [demo workflow](.github/workflows/update_demo.yml) which populates version dropdowns for the [demo report](../../issues/new?template=demo.yml).
Refer to [](https://github.com/marketplace/actions/issue-forms-dropdown-options) for [advanced usage](https://github.com/ShaMan123/gha-form-dropdown-options#advanced-usage) such as [creating a PR](https://github.com/ShaMan123/gha-form-dropdown-options#creating-a-pr) to update a bug report, [using a template](https://github.com/ShaMan123/gha-form-dropdown-options#templates) and more.