-
Couldn't load subscription status.
- Fork 1.1k
Closed
Description
Currently the Codium-ai/pr-agent Github Action runs pr-agent on pull_request: [opened, reopened]
I think it is a sensible default (running pr-agent in 'synchronize' would get flooded), but there are lot of use cases that are reasonable to run pr-agent in 'synchronize' or 'ready_for_review'.
For example
- Run when 'ready_for_review' for draft pull requests instead of
opened, because in most cases /review, /describe or /improve for draft pull requests are useless - Run pr-agent on 'synchronize' when labeled with a specific label
Simply put, we want to have control over when the PR agent runs according to our own conditions.
Is it possible to change this line into a config? or are there any reasons that the event is restricted to [opened, reopened]?
Metadata
Metadata
Assignees
Labels
No labels