Skip to content

Commit 8650cde

Browse files
committed
Update the action JS
1 parent d77c91c commit 8650cde

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ const Codeowners = require('codeowners');
66

77
// Effectively the main function
88
async function run() {
9+
console.log("Starting with ", context.action)
10+
911
// Tell folks they can merge
1012
if (context.action === "pull_request_target") {
1113
commentOnMergablePRs()

0 commit comments

Comments
 (0)