You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.
We want to update the Register Component GPT to support gitlab, bitbucket, and azure. (Be able to create a Pull Request / Merge Request to all those providers)
Also update to include dropdown for the initial component information fields such as the (spec.type field), and potentially allow for new types to be dynamically added.
What is the current behavior?
Currently the Register Component GPT only supports github.
User has to type in the spec.type field (could potentially not match a valid type)
The text was updated successfully, but these errors were encountered:
Currently, the upstream scaffolder built-in actions does not currently support pull requests for Azure DevOps.
Additionally, it only supports pull requests for Bitbucket Server.
The dropdown for a spec.type field is currently not possible without a custom input field, and the current RepoUrlPicker only supports hardcoded hosts (not allowing users to pick a host outside the list without editting the template).
For now, a separate template will be created for registering plugins from gitlab repositories.
What do you want to improve?
We want to update the
Register Component
GPT to support gitlab, bitbucket, and azure. (Be able to create a Pull Request / Merge Request to all those providers)Also update to include dropdown for the initial component information fields such as the (
spec.type
field), and potentially allow for new types to be dynamically added.What is the current behavior?
Currently the
Register Component
GPT only supports github.User has to type in the spec.type field (could potentially not match a valid type)
The text was updated successfully, but these errors were encountered: