create a json
use the above as the pull request
set the pull request's "head" to "feature-branch"
set the pull request's "base" to "main"
set the pull request's "title" to "This is the title"
set the pull request's "body" to "This is the body"
create the pull request in "kognitos/bdk-api"
to create an (issue) in a repository source
Create an issue for a specified GitHub repository.
Input Concepts
Concept
Description
Type
Required
Default Value
repository source
The source of the repository. It is a combination of the owner and the repository name, separated by a forward slash. For example, 'torvalds/linux'.
The pull request with the reviewers just requested.
github pull request
Examples
Request reviewers for a pull request to request reviewers for a github pull request the user names are "ignacio-kognitos", "other-user" the team names are "kognitos-team"
to update a (pull request) in a repository source
Update a pull request for a specified GitHub repository.
Input Concepts
Concept
Description
Type
Required
Default Value
repository source
The source of the repository. It is a combination of the owner and the repository name, separated by a forward slash. For example, 'torvalds/linux'.
the issue is '{"title": "This is the title", "body": "This is the body"}'
create an issue in "kognitos/bdk-api"
get some commits from "kognitos/bdk-api"
get some commits from "kognitos/bdk-api" with
the branch is "develop"
convert "2024-08-13T15:00:00Z" to a datetime
use the above as the start date
convert "2024-08-20T15:00:00Z" to a datetime
use the above as the end date
get the list of commits from "kognitos/bdk-api" whose date committed is after the start date and whose date committed is before the end date
get some issues from "kognitos/bdk-api"
get some issues from "kognitos/bdk-api" with
the state is closed
get a pull request in "kognitos/bdk-api"
the number is 1
get some pull requests in "kognitos/bdk-api"
get some pull requests in "kognitos/bdk-api" with
the state is open
get some repositories from the source organization
the source organization is "kognitos"
get "integrations-team" from "kognitos"
get some teams from "kognitos"
get the user "octocat"
get a pull request in "kognitos/bdk-api" with
the number is 1
use the above as the pull request
request user_names for the pull request
the repository source is "kognitos/bdk-api"
the user names are "ignacio-kognitos", "other-user"
the team names are "kognitos-team"
the pull request is '{"number": "1", "title": "This is the edited title", "body": "This is the edited body", "state": "open"}'
update the pull request in "kognitos/bdk-api"
the issue is '{"number": "1", "title": "This is the edited title", "body": "This is the edited body", "state" : "open"}'
update the issue in "kognitos/bdk-api"