BrianCArnold / RequireUserApproval

GitHub App to require specific user(s) approval, emitting a Status Check that can be required before merging.
MIT License
5 stars 2 forks source link

Fix re-requesting a review even if a member already approved #5

Open hipstersmoothie opened 4 months ago

hipstersmoothie commented 4 months ago

Previously: Every time the action ran it would request review from the user/team. This clears the past review essentially asking for another

Now: Only requests review if the user/team has not approved

closes #3