mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-13 03:15:17 +00:00
Merge pull request #649 from rajyan/patch-2
filter events to align with pr-agent's setting
This commit is contained in:
commit
d0958022a0
1 changed files with 18 additions and 0 deletions
18
INSTALL.md
18
INSTALL.md
|
|
@ -123,7 +123,16 @@ You can use our pre-built Github Action Docker image to run PR-Agent as a Github
|
|||
```yaml
|
||||
on:
|
||||
pull_request:
|
||||
types:
|
||||
- opened
|
||||
- reopened
|
||||
- ready_for_review
|
||||
- review_requested
|
||||
|
||||
issue_comment:
|
||||
types:
|
||||
- created
|
||||
- edited
|
||||
jobs:
|
||||
pr_agent_job:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
@ -144,7 +153,16 @@ jobs:
|
|||
```yaml
|
||||
on:
|
||||
pull_request:
|
||||
types:
|
||||
- opened
|
||||
- reopened
|
||||
- ready_for_review
|
||||
- review_requested
|
||||
|
||||
issue_comment:
|
||||
types:
|
||||
- created
|
||||
- edited
|
||||
|
||||
jobs:
|
||||
pr_agent_job:
|
||||
|
|
|
|||
Loading…
Reference in a new issue