Skip to content

Commit

Permalink
Pull Requests: List Pull Requests (#8198)
Browse files Browse the repository at this point in the history
* Pull Requests: List Pull Requests

* Fix lint

* Fix test

* Modify actions according to revised PRD

* make gen
  • Loading branch information
N-o-Z authored Sep 22, 2024
1 parent 0b2b1c0 commit b954d5b
Show file tree
Hide file tree
Showing 37 changed files with 472 additions and 169 deletions.
4 changes: 2 additions & 2 deletions api/swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5673,12 +5673,12 @@ paths:
- $ref: "#/components/parameters/PaginationAfter"
- $ref: "#/components/parameters/PaginationAmount"
- in: query
name: state
name: status
schema:
type: string
enum: [ open, closed, all ]
default: all
description: filter pull requests by state
description: filter pull requests by status
responses:
200:
description: list of pull requests
Expand Down
4 changes: 2 additions & 2 deletions clients/java-legacy/api/openapi.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions clients/java-legacy/docs/ExperimentalApi.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions clients/java-legacy/docs/PullsApi.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions clients/java/api/openapi.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b954d5b

Please sign in to comment.