Skip to content

Commit 632120a

Browse files
committed
feat: ✨ Add new org for free plan
1 parent 8f78387 commit 632120a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plans.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ export function isFreePaidSubscription(app: Probot, ctx: Context<any>): boolean
102102
'LOG680-01-Equipe-09', 'New-AutoMotive', 'EpitechMscPro2020', 'snaphu-msu', 'SerenKodi', 'oyunprotocol',
103103
'web-illinois', 'PathologyDataScience', 'miranhas-github', 'DHBW-FN', 'lecoindesdevs', 'getcodelimit',
104104
'facio-ergo-sum', 'robvanderleek', 'ExtendedXmlSerializer',
105-
'CantoneseLanguageDictionary'];
105+
'CantoneseLanguageDictionary', 'Il-Libro-Open-Source'];
106106
const matching_login = logins.find(o => o.toLowerCase() === login.toLowerCase());
107107
if (matching_login !== undefined) {
108108
app.log.info(`Found free ❤️ paid plan for login: ${matching_login}`);

0 commit comments

Comments
 (0)