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