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 1/2] 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: From 3420c6cf796f153887d26f6aa8c4ac888fb898b0 Mon Sep 17 00:00:00 2001 From: Yohta Kimura <38206553+rajyan@users.noreply.github.com> Date: Sun, 11 Feb 2024 23:21:58 +0900 Subject: [PATCH 2/2] update label to https://github.com/Codium-ai/pr-agent/pull/654 --- INSTALL.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index bf940b1b..9730f6a9 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -126,6 +126,8 @@ on: types: - opened - reopened + - ready_for_review + - review_requested issue_comment: types: @@ -154,6 +156,8 @@ on: types: - opened - reopened + - ready_for_review + - review_requested issue_comment: types: