console.log to the rescue
This commit is contained in:
@@ -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=';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user