review-copilot-action
jobs:
review-copilot-action:
steps:
- name: review-copilot-action
id: review-copilot-action
uses: datalens-tech/review-copilot-action@v1
with:
copilot_token: ${{ secrets.COPILOT_TOKEN }}| Name | Description | Default |
|---|---|---|
github_owner |
Owner of the repository. | ${{ github.repository_owner }} |
github_repo |
Repository name | ${{ github.event.repository.name }} |
github_pr_number |
GitHub PR number. | ${{ github.event.pull_request.number }} |
copilot_token |
Copilot PAT token. | None |
| Name | Description | Possible values |
|---|---|---|
result |
Shows whether the request was successful. | true/false |
- Taskfile
- nvm
- zizmor - used for GHA security scanning
- shellcheck - used for shell script linting
For all commands see Taskfile or task --list-all.