We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 74a2ee5 + 4e77542 commit 520c177Copy full SHA for 520c177
pr_agent/servers/github_action_runner.py
@@ -79,7 +79,7 @@ async def run_action():
79
# Handle pull request event
80
if GITHUB_EVENT_NAME == "pull_request":
81
action = event_payload.get("action")
82
- if action in ["opened", "reopened"]:
+ if action in ["opened", "reopened", "ready_for_review", "review_requested"]:
83
pr_url = event_payload.get("pull_request", {}).get("url")
84
if pr_url:
85
# legacy - supporting both GITHUB_ACTION and GITHUB_ACTION_CONFIG
0 commit comments