console.log to the rescue

This commit is contained in:
Maciej Pędzich 2024-01-15 07:24:29 +01:00
parent 5c77b3d593
commit bbd2085f19

View File

@ -9,6 +9,8 @@ const appFn = (app: Probot) => {
app.on(
['pull_request.opened', 'pull_request.synchronize'],
async ({ payload, octokit }) => {
console.log('Pull Request Handler triggered');
const registryDirectoryPath = 'playlists/registry/';
const siQueryStart = '?si=';