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