@@ -1,7 +1,7 @@
import { ApplicationFunction } from 'probot';
const appFn: ApplicationFunction = (app) => {
app.on('pull_request', (context) => {
app.onAny((context) => {
console.log(JSON.stringify(context.payload, null, 2));
});
};
The note is not visible to the blocked user.