Closed wenboown closed 5 months ago
last run didn't work because gcr.io/distroless/python3-debian10 use python 3.7. langchain got an error.
I changed it to debian12 / python 3.11
@SeineSailor try again
@SeineSailor test event payload
with new code:
@SeineSailor let's see if "Submit review" will trigger anything
the "Submit review" event triggered all the following calls at the same time:
https://github.com/SeineAI/SeineSailor/actions/runs/9041694890 https://github.com/SeineAI/SeineSailor/actions/runs/9041694893 https://github.com/SeineAI/SeineSailor/actions/runs/9041694895 https://github.com/SeineAI/SeineSailor/actions/runs/9041694896 https://github.com/SeineAI/SeineSailor/actions/runs/9041694897 https://github.com/SeineAI/SeineSailor/actions/runs/9041694899 https://github.com/SeineAI/SeineSailor/actions/runs/9041694900 https://github.com/SeineAI/SeineSailor/actions/runs/9041694903 https://github.com/SeineAI/SeineSailor/actions/runs/9041694907 https://github.com/SeineAI/SeineSailor/actions/runs/9041694908
maybe this is the problem that we didn't check the event type when checking comment.body: https://github.com/SeineAI/SeineSailor/blob/abf0714095889c8a7cc17d60fffc001d887fcbe5/.github/workflows/test_env.yml#L31
@SeineSailor run
@SeineSailor added logging:
https://github.com/SeineAI/SeineSailor/blob/e82b8f3519b39376fcbc46b9a5a18ea4120a7228/app/main.py#L55
also enabled runner and setup diagnosis logging: https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging#enabling-runner-diagnostic-logging
@SeineSailor Can you summarize all the testings we did so far in this pull request comments thread?
@SeineSailor Can you summarize all the testings we did so far in this pull request comments thread?
triggered: https://github.com/SeineAI/SeineSailor/actions/runs/9085606147/job/24969337455
but: Skipped: this action only works on push events or pull_request
@SeineSailor review