Open guibranco opened 3 months ago
Click the checkbox below to generate a PR!
You have 1 request left in this cycle which refreshes on 2024-08-21 10:07:38. If you have any questions or concerns, please contact us at info@gitauto.ai.
Hey, I'm a bit lost here! Not sure which file I should be fixing. Could you give me a bit more to go on? Maybe add some details to the issue or drop a comment with some extra hints? Thanks!
Have feedback or need help? Feel free to email info@gitauto.ai.
Description
We need to configure the status check of pull requests (PRs) to
action required
until someone from the required reviewer list approves the PR. This will ensure that PRs cannot be merged until they have been reviewed and approved.Tech Notes
Status Check Configuration:
action required
until a review is completed.awaiting review
.Implementation Example:
Below is a PHP example using the
Request
class from theGuiBranco/Pancake
library to update the PR status check:Resources:
Expected Outcome
action required
until it is approved by someone from the required reviewer list.awaiting review
.