Add 2nd archive repo to the allowlist

This commit is contained in:
2026-01-15 14:59:34 +01:00
parent d7752c9319
commit 259d292b97

View File

@@ -47,6 +47,7 @@ const appFn: ApplicationFunction = (app: Probot) => {
const repoAllowlist = [ const repoAllowlist = [
{ owner: 'mackorone', repo: 'spotify-playlist-archive' }, { owner: 'mackorone', repo: 'spotify-playlist-archive' },
{ owner: 'mackorone', repo: 'spotify-playlist-archive-2' },
{ owner: 'maciejpedzich', repo: 'bot-testing-ground' } { owner: 'maciejpedzich', repo: 'bot-testing-ground' }
]; ];