Merge pull request #649 from rajyan/patch-2

filter events to align with pr-agent's setting
This commit is contained in:
Tal 2024-02-11 10:54:42 -08:00 committed by GitHub
commit d0958022a0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: