|
66354 | 66354 | "kind": "scalars", |
66355 | 66355 | "href": "/graphql/reference/scalars#boolean" |
66356 | 66356 | }, |
| 66357 | + { |
| 66358 | + "name": "hasPullRequestsEnabled", |
| 66359 | + "description": "<p>Indicates if the repository has the pull requests feature enabled.</p>", |
| 66360 | + "type": "Boolean!", |
| 66361 | + "id": "boolean", |
| 66362 | + "kind": "scalars", |
| 66363 | + "href": "/graphql/reference/scalars#boolean" |
| 66364 | + }, |
66357 | 66365 | { |
66358 | 66366 | "name": "hasSponsorshipsEnabled", |
66359 | 66367 | "description": "<p>Indicates if the repository displays a Sponsor button for financial contributions.</p>", |
|
67679 | 67687 | } |
67680 | 67688 | ] |
67681 | 67689 | }, |
| 67690 | + { |
| 67691 | + "name": "pullRequestCreationPolicy", |
| 67692 | + "description": "<p>The policy controlling who can create pull requests in this repository.</p>", |
| 67693 | + "type": "PullRequestCreationPolicy", |
| 67694 | + "id": "pullrequestcreationpolicy", |
| 67695 | + "kind": "enums", |
| 67696 | + "href": "/graphql/reference/enums#pullrequestcreationpolicy" |
| 67697 | + }, |
67682 | 67698 | { |
67683 | 67699 | "name": "pullRequestTemplates", |
67684 | 67700 | "description": "<p>Returns a list of pull request templates associated to the repository.</p>", |
|
86736 | 86752 | "kind": "scalars", |
86737 | 86753 | "href": "/graphql/reference/scalars#boolean" |
86738 | 86754 | }, |
| 86755 | + { |
| 86756 | + "name": "hasPullRequestsEnabled", |
| 86757 | + "description": "<p>Indicates if the repository has the pull requests feature enabled.</p>", |
| 86758 | + "type": "Boolean!", |
| 86759 | + "id": "boolean", |
| 86760 | + "kind": "scalars", |
| 86761 | + "href": "/graphql/reference/scalars#boolean" |
| 86762 | + }, |
86739 | 86763 | { |
86740 | 86764 | "name": "hasSponsorshipsEnabled", |
86741 | 86765 | "description": "<p>Indicates if the repository displays a Sponsor button for financial contributions.</p>", |
|
86872 | 86896 | "kind": "interfaces", |
86873 | 86897 | "href": "/graphql/reference/interfaces#repositoryowner" |
86874 | 86898 | }, |
| 86899 | + { |
| 86900 | + "name": "pullRequestCreationPolicy", |
| 86901 | + "description": "<p>The policy controlling who can create pull requests in this repository.</p>", |
| 86902 | + "type": "PullRequestCreationPolicy", |
| 86903 | + "id": "pullrequestcreationpolicy", |
| 86904 | + "kind": "enums", |
| 86905 | + "href": "/graphql/reference/enums#pullrequestcreationpolicy" |
| 86906 | + }, |
86875 | 86907 | { |
86876 | 86908 | "name": "pushedAt", |
86877 | 86909 | "description": "<p>Identifies the date and time when the repository was last pushed to.</p>", |
|
91818 | 91850 | } |
91819 | 91851 | ] |
91820 | 91852 | }, |
| 91853 | + { |
| 91854 | + "name": "PullRequestCreationPolicy", |
| 91855 | + "kind": "enums", |
| 91856 | + "id": "pullrequestcreationpolicy", |
| 91857 | + "href": "/graphql/reference/enums#pullrequestcreationpolicy", |
| 91858 | + "description": "<p>The policy controlling who can create pull requests in a repository.</p>", |
| 91859 | + "values": [ |
| 91860 | + { |
| 91861 | + "name": "ALL", |
| 91862 | + "description": "<p>Anyone can create pull requests.</p>" |
| 91863 | + }, |
| 91864 | + { |
| 91865 | + "name": "COLLABORATORS_ONLY", |
| 91866 | + "description": "<p>Only collaborators can create pull requests.</p>" |
| 91867 | + } |
| 91868 | + ] |
| 91869 | + }, |
91821 | 91870 | { |
91822 | 91871 | "name": "PullRequestMergeMethod", |
91823 | 91872 | "kind": "enums", |
@@ -111715,6 +111764,14 @@ |
111715 | 111764 | "kind": "scalars", |
111716 | 111765 | "href": "/graphql/reference/scalars#boolean" |
111717 | 111766 | }, |
| 111767 | + { |
| 111768 | + "name": "hasPullRequestsEnabled", |
| 111769 | + "description": "<p>Indicates if the repository should have the pull requests feature enabled.</p>", |
| 111770 | + "type": "Boolean", |
| 111771 | + "id": "boolean", |
| 111772 | + "kind": "scalars", |
| 111773 | + "href": "/graphql/reference/scalars#boolean" |
| 111774 | + }, |
111718 | 111775 | { |
111719 | 111776 | "name": "hasSponsorshipsEnabled", |
111720 | 111777 | "description": "<p>Indicates if the repository displays a Sponsor button for financial contributions.</p>", |
@@ -111747,6 +111804,14 @@ |
111747 | 111804 | "kind": "scalars", |
111748 | 111805 | "href": "/graphql/reference/scalars#string" |
111749 | 111806 | }, |
| 111807 | + { |
| 111808 | + "name": "pullRequestCreationPolicy", |
| 111809 | + "description": "<p>The policy controlling who can create pull requests in this repository.</p>", |
| 111810 | + "type": "PullRequestCreationPolicy", |
| 111811 | + "id": "pullrequestcreationpolicy", |
| 111812 | + "kind": "enums", |
| 111813 | + "href": "/graphql/reference/enums#pullrequestcreationpolicy" |
| 111814 | + }, |
111750 | 111815 | { |
111751 | 111816 | "name": "repositoryId", |
111752 | 111817 | "description": "<p>The ID of the repository to update.</p>", |
|
0 commit comments