From 259d292b97828ecc912ebb81f1513f5b529e9fa2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20P=C4=99dzich?= Date: Thu, 15 Jan 2026 14:59:34 +0100 Subject: [PATCH] Add 2nd archive repo to the allowlist --- appFn.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/appFn.ts b/appFn.ts index 746bcbb..922a107 100644 --- a/appFn.ts +++ b/appFn.ts @@ -47,6 +47,7 @@ const appFn: ApplicationFunction = (app: Probot) => { const repoAllowlist = [ { owner: 'mackorone', repo: 'spotify-playlist-archive' }, + { owner: 'mackorone', repo: 'spotify-playlist-archive-2' }, { owner: 'maciejpedzich', repo: 'bot-testing-ground' } ];