#Github Repo's Dropdown
13 messages · Page 1 of 1 (latest)
do you mean having a drop-down list of all available repositories in your organization? so you can act on one of them?
what are you trying to achieve?
You can take reference from this
https://engineering.premise.com/dynamic-data-on-backstage-templates-ad8a0ae316e1
Is it works for github organisation repos?are you sure
@woeful notch
Yes,. it will works. You have to build something similar (backend plugin) for your org.
I said take reference from this.
yes, as far as i understand there is no out-of-the-box way to solve this, as scaffolder offers string as type. but you can definitely build a custom plugin to fix it
Hi @gentle shale, I actually worked on this for Bitbucket (https://github.com/backstage/backstage/pull/25460) and it looks like there is an ongoing effort to do the same for GitHub: https://github.com/backstage/backstage/issues/27884
But like the others have mentioned, this will require some development work. You can create your own plugin or extend the existing one.
Thank you everyone,Actually I am not from developer background, so please give me some more details if possible to sort this out...
In that case, I don't think you can do much more than simply requesting the feature on Backstage's GitHub...