- On new merge into main, try to merge the latest changes into feature/* branches
- On any new PR against main / update to PR, check if the PR template is filled up as expected, if not mark the PR status as failed
I am new to Probot and working on a GitHub app in node.js. How can I perform the above tasks?