Search ​Search

yaml
type: "io.kestra.plugin.github.topics.search"
yaml
id: github_topic_search_flow
namespace: company.team

tasks:
  - id: search_topics
    type: io.kestra.plugin.github.topics.Search
    oauthToken: your_github_token
    query: "micronaut framework is:not-curated repositories:>100"

yaml
id: github_topic_search_flow
namespace: company.team

tasks:
  - id: search_topics
    type: io.kestra.plugin.github.topics.Search
    oauthToken: your_github_token
    query: "micronaut framework"
    is: NOT_CURATED
    repositories: >100
Properties
Possible Values
CURATEDFEATUREDNOT_CURATEDNOT_FEATURED
Default ASC
Possible Values
ASCDESC
Format uri