mirror of
https://github.com/maciejpedzich/playlist-entry-validator.git
synced 2024-11-27 16:05:48 +01:00
console.log to the rescue
This commit is contained in:
parent
5c77b3d593
commit
bbd2085f19
@ -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=';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user