Search
Search Certified

Search topics

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: "{{ secret('GITHUB_ACCESS_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: "{{ secret('GITHUB_ACCESS_TOKEN') }}"
    query: "micronaut framework"
    is: NOT_CURATED
    repositories: >100
Properties
Possible Values
CURATEDFEATUREDNOT_CURATEDNOT_FEATURED
Formaturi