Sometimes you want to automatically approve (or reject!) pull requests from certain authors, such as when using GitHub Actions.This can be done by using a React Workflow. Instruct Ellipsis to check the author of the pull request and then approve or reject the pull request.
Copy
Ask AI
Whenever a PR is opened, check the author. If the author is @github-actions, then automatically approve the pull request.
You can customize the conditions in which Ellipsis should approve or reject a pull request:
Copy
Ask AI
Whenever a PR is opened that modifies only the “version.json” file, automatically approve the pull request.