coderabbitai / ai-pr-reviewer

AI-based Pull Request Summarizer and Reviewer with Chat Capabilities.
https://coderabbit.ai
MIT License
1.41k stars 256 forks source link

Removed the ignore keyword and executed Github Actions, but the review did not run #507

Open takecchi opened 6 months ago

takecchi commented 6 months ago

Right after creating the PR, it was marked as a work in progress (Draft), so I launched the PR with @coderabbitai: ignore attached. Later, I removed @coderabbitai: ignore from the description and re-executed Github Actions with Re-run all jobs, but it was skipped with the message Skipped: description contains ignore_keyword.

Is this the intended behavior?

takecchi commented 6 months ago

https://github.com/coderabbitai/ai-pr-reviewer/blob/d5ec3970b3acc4b9d673e6cd601bf4d3cf043b55/src/review.ts#L3 Ah, it seems that github_context is referencing the context at the time of execution. I might just need to increase the triggers for requesting a review (such as sending mentions).

Adding to the triggers for Github Actions is an approach that comes to mind.

Do you have a clear answer to this?