@@ -1,4 +1,8 @@
import { run } from 'probot';
import appFn from './appFn';
run(appFn);
run(appFn).then((server) => {
process.on('SIGTERM', async () => {
await server.stop();
});
The note is not visible to the blocked user.