Skip to content

[GitHubEnterprise-3.13] Update to 1.1.4-9132531bf7c2236209780366a1c898ae from 1.1.4-b39b954044a7394ab4e5fe3ce2b56edc #1589

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"specHash": "b39b954044a7394ab4e5fe3ce2b56edc",
"specHash": "9132531bf7c2236209780366a1c898ae",
"generatedFiles": {
"files": [
{
Expand Down
2 changes: 1 addition & 1 deletion etc/specs/GitHubEnterprise-3.13/current.spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26784,7 +26784,7 @@ paths:
get:
summary: List pull requests associated with a commit
description: |-
Lists the merged pull request that introduced the commit to the repository. If the commit is not present in the default branch, will only return open pull requests associated with the commit.
Lists the merged pull request that introduced the commit to the repository. If the commit is not present in the default branch, it will return merged and open pull requests associated with the commit.

To list the open or merged pull requests associated with a branch, you can set the `commit_sha` parameter to the branch name.
tags:
Expand Down
Loading