We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d77c91c commit 8650cdeCopy full SHA for 8650cde
index.js
@@ -6,6 +6,8 @@ const Codeowners = require('codeowners');
6
7
// Effectively the main function
8
async function run() {
9
+ console.log("Starting with ", context.action)
10
+
11
// Tell folks they can merge
12
if (context.action === "pull_request_target") {
13
commentOnMergablePRs()
0 commit comments