-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
some clarifications #70
Comments
@l3r8yJ sure. According to name: code-review
on:
pull_request_review:
types: submitted
permissions:
pull-requests: write
contents: read
jobs:
check:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: docker://tracehub/code-review-action:latest
with:
openai_token: ${{ secrets.OPENAI_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }} once pull request review was submitted (approved), GitHub starts the GitHub Action Job according action.yml file. There, we have Lines 27 to 29 in 8fd349c
GHA pulls image from you can check our Dockerfile for building this image. Image pushed to the DockerHub using release.yml that triggered after code-review-action/.rultor.yml Lines 10 to 13 in 8fd349c
in Lines 325 to 356 in 8fd349c
|
@h1alexbel can you please, explain what's going on in repo from moment of start of GHA and during the whole lifecycle
The text was updated successfully, but these errors were encountered: