Skip to content

Commit 2f77609

Browse files
authored
ci: check for required reviewers on destinations (#35428)
1 parent 08fb4f7 commit 2f77609

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/connector_teams_review_requirements.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@ on:
99
- synchronize
1010
paths:
1111
- "airbyte-integrations/connectors/source-**"
12+
- "airbyte-integrations/connectors/destination-**"
1213
pull_request_review:
1314
paths:
1415
- "airbyte-integrations/connectors/source-**"
16+
- "airbyte-integrations/connectors/destination-**"
1517
jobs:
1618
check-review-requirements:
1719
name: "Check if a review is required from Connector teams"

0 commit comments

Comments
 (0)