We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Depends on ubiquity-os/plugin-template#33
This task introduces a new property homepage_url (which is a plugin worker URL) in the manifest.json file.
homepage_url
The idea is that now the bot's config will contain only org/repo in the plugin's config. For example here instead of
org/repo
- plugin: https://ubiquity-os-comment-vector-embeddings-development.ubiquity.workers.dev
we will set org/repo value:
- plugin: ubiquity-os-marketplace/text-vector-embeddings
The kernel should support calling a worker URL if it is set in the manifest.json.
How it is supposed to work:
plugin
Original comment
The text was updated successfully, but these errors were encountered:
organization/repository
url
manifest.json
No branches or pull requests
Depends on ubiquity-os/plugin-template#33
This task introduces a new property
homepage_url
(which is a plugin worker URL) in the manifest.json file.The idea is that now the bot's config will contain only
org/repo
in the plugin's config. For example here instead ofwe will set
org/repo
value:The kernel should support calling a worker URL if it is set in the manifest.json.
How it is supposed to work:
plugin
config property contains URL then call it as a worker (this is to support close sourced plugins + for backwards compatibility)plugin
config property containsorg/repo
value then fetch plugin's manifest.json:homepage_url
property is present in the manifest then call the plugin as a workerhomepage_url
property is missing then call plugin as a github actionOriginal comment
The text was updated successfully, but these errors were encountered: