Add 2nd archive repo to the allowlist
This commit is contained in:
1
appFn.ts
1
appFn.ts
@@ -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' }
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user