Update Probot and other dependencies

This commit is contained in:
2024-09-03 20:16:20 +02:00
parent daff508183
commit b56a25e762
3 changed files with 1186 additions and 4056 deletions

View File

@@ -236,7 +236,7 @@ const appFn: ApplicationFunction = (app: Probot, { getRouter }) => {
if (urlFilenameEntries.length > 0) {
successText = '';
const forkPageUrl = payload.pull_request.head.repo.html_url;
const forkPageUrl = payload.pull_request.head.repo?.html_url;
const httpsDirUrl = `${forkPageUrl}/tree/main/playlists/registry/https:`;
const baseCreateUrl = `${forkPageUrl}/new/main/playlists/registry/FOO`;