Skip to content

Commit

Permalink
Merge pull request github#32020 from github/repo-sync
Browse files Browse the repository at this point in the history
Repo sync
  • Loading branch information
docs-bot authored Mar 9, 2024
2 parents a45bc82 + aabd476 commit 8b548a3
Show file tree
Hide file tree
Showing 6 changed files with 50 additions and 9 deletions.
12 changes: 9 additions & 3 deletions data/graphql/ghec/schema.docs.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -8222,6 +8222,13 @@ input CreateSponsorshipsInput {
"""
receiveEmails: Boolean = false

"""
Whether the sponsorships created should continue each billing cycle for the
sponsor (monthly or annually), versus lasting only a single month. Defaults to
one-time sponsorships.
"""
recurring: Boolean = false

"""
The username of the user or organization who is acting as the sponsor, paying for the sponsorships.
"""
Expand Down Expand Up @@ -22700,9 +22707,8 @@ type Mutation {
): CreateSponsorshipPayload

"""
Make many one-time sponsorships for different sponsorable users or
organizations at once. Can only sponsor those who have a public GitHub
Sponsors profile.
Make many sponsorships for different sponsorable users or organizations at
once. Can only sponsor those who have a public GitHub Sponsors profile.
"""
createSponsorships(
"""
Expand Down
12 changes: 9 additions & 3 deletions data/graphql/schema.docs.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -8222,6 +8222,13 @@ input CreateSponsorshipsInput {
"""
receiveEmails: Boolean = false

"""
Whether the sponsorships created should continue each billing cycle for the
sponsor (monthly or annually), versus lasting only a single month. Defaults to
one-time sponsorships.
"""
recurring: Boolean = false

"""
The username of the user or organization who is acting as the sponsor, paying for the sponsorships.
"""
Expand Down Expand Up @@ -22700,9 +22707,8 @@ type Mutation {
): CreateSponsorshipPayload

"""
Make many one-time sponsorships for different sponsorable users or
organizations at once. Can only sponsor those who have a public GitHub
Sponsors profile.
Make many sponsorships for different sponsorable users or organizations at
once. Can only sponsor those who have a public GitHub Sponsors profile.
"""
createSponsorships(
"""
Expand Down
2 changes: 1 addition & 1 deletion src/audit-logs/lib/config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"apiOnlyEventsAdditionalDescription": "This event is not available in the web interface, only via the REST API, audit log streaming, or JSON/CSV exports.",
"sha": "583096a231dc847f96c361eee83f7079630b5817"
"sha": "df100207104ee86448723229e2592fb75049d1fc"
}
13 changes: 13 additions & 0 deletions src/graphql/data/fpt/changelog.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
[
{
"schemaChanges": [
{
"title": "The GraphQL schema includes these changes:",
"changes": [
"<p>Input field <code>recurring</code> of type <code>Boolean</code> was added to input object type <code>CreateSponsorshipsInput</code></p>"
]
}
],
"previewChanges": [],
"upcomingChanges": [],
"date": "2024-03-09"
},
{
"schemaChanges": [
{
Expand Down
10 changes: 9 additions & 1 deletion src/graphql/data/fpt/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -3259,7 +3259,7 @@
"kind": "mutations",
"id": "createsponsorships",
"href": "/graphql/reference/mutations#createsponsorships",
"description": "<p>Make many one-time sponsorships for different sponsorable users or\norganizations at once. Can only sponsor those who have a public GitHub\nSponsors profile.</p>",
"description": "<p>Make many sponsorships for different sponsorable users or organizations at\nonce. Can only sponsor those who have a public GitHub Sponsors profile.</p>",
"inputFields": [
{
"name": "input",
Expand Down Expand Up @@ -94665,6 +94665,14 @@
"kind": "scalars",
"href": "/graphql/reference/scalars#boolean"
},
{
"name": "recurring",
"description": "<p>Whether the sponsorships created should continue each billing cycle for the\nsponsor (monthly or annually), versus lasting only a single month. Defaults to\none-time sponsorships.</p>",
"type": "Boolean",
"id": "boolean",
"kind": "scalars",
"href": "/graphql/reference/scalars#boolean"
},
{
"name": "sponsorLogin",
"description": "<p>The username of the user or organization who is acting as the sponsor, paying for the sponsorships.</p>",
Expand Down
10 changes: 9 additions & 1 deletion src/graphql/data/ghec/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -3259,7 +3259,7 @@
"kind": "mutations",
"id": "createsponsorships",
"href": "/graphql/reference/mutations#createsponsorships",
"description": "<p>Make many one-time sponsorships for different sponsorable users or\norganizations at once. Can only sponsor those who have a public GitHub\nSponsors profile.</p>",
"description": "<p>Make many sponsorships for different sponsorable users or organizations at\nonce. Can only sponsor those who have a public GitHub Sponsors profile.</p>",
"inputFields": [
{
"name": "input",
Expand Down Expand Up @@ -94665,6 +94665,14 @@
"kind": "scalars",
"href": "/graphql/reference/scalars#boolean"
},
{
"name": "recurring",
"description": "<p>Whether the sponsorships created should continue each billing cycle for the\nsponsor (monthly or annually), versus lasting only a single month. Defaults to\none-time sponsorships.</p>",
"type": "Boolean",
"id": "boolean",
"kind": "scalars",
"href": "/graphql/reference/scalars#boolean"
},
{
"name": "sponsorLogin",
"description": "<p>The username of the user or organization who is acting as the sponsor, paying for the sponsorships.</p>",
Expand Down

0 comments on commit 8b548a3

Please sign in to comment.