Search
yaml
type: "io.kestra.plugin.github.pulls.search"
Examples
yaml
id: github_pulls_search_flow
namespace: company.team
tasks:
- id: search_pull_requests
type: io.kestra.plugin.github.pulls.Search
oauthToken: your_github_token
query: "repo:kestra-io/plugin-github is:open"
yaml
id: github_pulls_search_flow
namespace: company.team
tasks:
- id: search_open_pull_requests
type: io.kestra.plugin.github.pulls.Search
oauthToken: your_github_token
repository: kestra-io/plugin-github
open: TRUE
Properties
assigned string
base string
closed booleanstring
closedAt string
commit string
createdAt string
createdByMe booleanstring
draft booleanstring
head string
jwtToken string
login string
mentions string
merged booleanstring
oauthToken string
open booleanstring
order string
Default
ASC
Possible Values
ASC
DESC
query string
repository string
sort string
Default
CREATED
Possible Values
CREATED
UPDATED
COMMENTS
title string
updatedAt string
Outputs
uri string
Format
uri