This PR allows users to optionally configure to auto approve all approver request received by the system when in case there is no approver available. This configuration is great for small team but not recommended in production.
How Has This Been Tested?
[x] New and existing unit tests pass locally with my changes.
[x] I have added tests that prove my changes are working as expected.
I have tested my work by:
Running the server with auto approval configuration active.
Emulate a get approval method
Without any approver connected the auto approval should approve the request.
Checklist
[x] I have performed a self-review of my own code.
[x] I have commented my code, particularly in hard-to-understand areas.
[x] I have made corresponding changes to the documentation.
Description
Fixes #22
This PR allows users to optionally configure to auto approve all approver request received by the system when in case there is no approver available. This configuration is great for small team but not recommended in production.
How Has This Been Tested?
I have tested my work by:
Checklist