From b4265719871391ff1e541abe6a5406f14345e3c9 Mon Sep 17 00:00:00 2001 From: "Pedro S. Lopez" Date: Tue, 20 Feb 2024 11:14:39 -0400 Subject: [PATCH] ci: check for required reviewers on destinations (#35428) --- .github/workflows/connector_teams_review_requirements.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/connector_teams_review_requirements.yml b/.github/workflows/connector_teams_review_requirements.yml index 3964f748955e..206e7e46e91d 100644 --- a/.github/workflows/connector_teams_review_requirements.yml +++ b/.github/workflows/connector_teams_review_requirements.yml @@ -9,9 +9,11 @@ on: - synchronize paths: - "airbyte-integrations/connectors/source-**" + - "airbyte-integrations/connectors/destination-**" pull_request_review: paths: - "airbyte-integrations/connectors/source-**" + - "airbyte-integrations/connectors/destination-**" jobs: check-review-requirements: name: "Check if a review is required from Connector teams"