Skip to content

Commit

Permalink
chore(sponsors): Manually add Alloy Automation
Browse files Browse the repository at this point in the history
  • Loading branch information
fb55 committed Jan 5, 2024
1 parent 8257c14 commit c81351f
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions scripts/fetch-sponsors.mts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,17 @@ const tierSponsors: Record<Tier, Sponsor[]> = {
source: 'manual',
tier: 'headliner',
},
{
createdAt: '2024-01-02',
name: 'Alloy Automation',
image: 'https://github.com/alloy-automation.png',
url: 'https://runalloy.com/?utm_source=github&utm_medium=referral&utm_campaign=1224_cheerio',
type: 'ORGANIZATION',
monthlyDonation: 0,
totalDonations: 0,
source: 'opencollective',
tier: 'headliner',
},
],
sponsor: [],
professional: [],
Expand Down
11 changes: 11 additions & 0 deletions website/sponsors.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,17 @@
"totalDonations": 0,
"source": "manual",
"tier": "headliner"
},
{
"createdAt": "2024-01-02",
"name": "Alloy Automation",
"image": "https://github.com/alloy-automation.png",
"url": "https://runalloy.com/?utm_source=github&utm_medium=referral&utm_campaign=1224_cheerio",
"type": "ORGANIZATION",
"monthlyDonation": 0,
"totalDonations": 0,
"source": "opencollective",
"tier": "headliner"
}
],
"sponsor": [
Expand Down

0 comments on commit c81351f

Please sign in to comment.