Skip to content

Commit

Permalink
feat: FundingPlatform#BUY_ME_A_COFFEE (#914)
Browse files Browse the repository at this point in the history
Co-authored-by: Gregor Martynus <39992+gr2m@users.noreply.github.com>
  • Loading branch information
octokitbot and gr2m authored Mar 11, 2024
1 parent 9d08d51 commit 475f1d4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions schema.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7928,6 +7928,8 @@ export type FundingLink = {

/** The possible funding platforms for repository funding links. */
export type FundingPlatform =
/** Buy Me a Coffee funding platform. */
| 'BUY_ME_A_COFFEE'
/** Community Bridge funding platform. */
| 'COMMUNITY_BRIDGE'
/** Custom funding platform. */
Expand Down
5 changes: 5 additions & 0 deletions schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -15442,6 +15442,11 @@ type FundingLink {
The possible funding platforms for repository funding links.
"""
enum FundingPlatform {
"""
Buy Me a Coffee funding platform.
"""
BUY_ME_A_COFFEE

"""
Community Bridge funding platform.
"""
Expand Down
6 changes: 6 additions & 0 deletions schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -38981,6 +38981,12 @@
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "BUY_ME_A_COFFEE",
"description": "Buy Me a Coffee funding platform.",
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "CUSTOM",
"description": "Custom funding platform.",
Expand Down

0 comments on commit 475f1d4

Please sign in to comment.