From e01025706afc2bfc727c38a5f5d9c103eb43fd54 Mon Sep 17 00:00:00 2001 From: Yohta Kimura <38206553+rajyan@users.noreply.github.com> Date: Fri, 9 Feb 2024 17:45:29 +0900 Subject: [PATCH] filter events to align with pr-agent's setting --- INSTALL.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index 2deed774..bf940b1b 100644 --- a/INSTALL.md +++ b/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: