mirror of
https://github.com/maciejpedzich/playlist-entry-validator.git
synced 2024-11-27 16:05:48 +01:00
Update Probot and other dependencies
This commit is contained in:
parent
daff508183
commit
b56a25e762
2
appFn.ts
2
appFn.ts
@ -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`;
|
||||
|
5234
package-lock.json
generated
5234
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -17,8 +17,8 @@
|
||||
},
|
||||
"homepage": "https://github.com/maciejpedzich/mackorone-playlist-pr-bot#readme",
|
||||
"dependencies": {
|
||||
"metadata-scraper": "^0.2.60",
|
||||
"probot": "^12.3.3",
|
||||
"metadata-scraper": "^0.2.61",
|
||||
"probot": "^13.3.7",
|
||||
"promise-throttle-all": "^1.1.1"
|
||||
},
|
||||
"engines": {
|
||||
@ -27,6 +27,6 @@
|
||||
"devDependencies": {
|
||||
"@types/node": "^20.14.11",
|
||||
"ts-node-dev": "^2.0.0",
|
||||
"typescript": "^4.8.3"
|
||||
"typescript": "^5.5.4"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user