2
I’m doing a project on Github and I’d like to structure something that after a certain amount of approvals in the revision, that happens to merge the pull request automatically.
I know this is possible, because I have heard about this process in some tools like Gitlab paid for. Also, with Github Actions some automations have come true.
I’ve tried searching some of Github’s own links, but the most I could find was this: https://docs.github.com/pt/github/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request , but nothing explicit as to the number of approvals.