Search
yaml
type: "io.kestra.plugin.github.issues.search"
Examples
yaml
id: github_issue_search_flow
namespace: company.team
tasks:
- id: search_issues
type: io.kestra.plugin.github.issues.Search
oauthToken: your_github_token
query: "repo:kestra-io/plugin-github is:open"
yaml
id: "search"
type: "io.kestra.plugin.github.issues.search"
id: github_issue_search_flow
namespace: company.team
tasks:
- id: search_open_issues
type: io.kestra.plugin.github.issues.Search
oauthToken: your_github_token
repository: kestra-io/plugin-github
open: TRUE
Properties
closed booleanstring
jwtToken string
login string
mentions string
merged booleanstring
oauthToken string
open booleanstring
order string
Default
ASC
Possible Values
ASC
DESC
query string
sort string
Default
CREATED
Possible Values
CREATED
UPDATED
COMMENTS
Outputs
uri string
Format
uri