This repository contains examples of auto-approve rules for Fensak. Each folder represents an example use case and contains:
README.mddescribing the use case.- One or both of:
rules.jsorrules.tscontaining the implementation of an auto-approve rule.required_rules.jsorrequired_rules.tscontaining the implementation of a required rule.
rules_test.tscontaining test cases for the rule. Use it as a guideline for how to test your own code.