Pull Requests
Last updated
Last updated
CodeMaker AI code code editing capabilities can used directly from the GitHub Pull Requests. This feature can be enabled after configuring for your GitHub repository.
The action defines the following properties:
access-token - GitHub Personal Access Token (PAT).
api-key - unique API Key needed to invoke the service. Should be stored as a secret.
The GitHub Action can be triggered upon pull request code review and will process all of the comments automatically.
Create a new GitHub workflow under ./github/workflows
named code-review.yml
with the following content.
This will enable the code editing capabilities within GitHub Pull Requests. The workflow will be automatically triggered upon creation of a code review.