Skip to content

Commit

Permalink
only run review requirements on source connectors (#23030)
Browse files Browse the repository at this point in the history
I think this is misconfigured to run on EVERY pull request review event instead of just pull request review events on certain paths. Need to verify that is the case.
  • Loading branch information
Conor authored Feb 14, 2023
1 parent d8ae36f commit 15f851f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/connector_teams_review_requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
paths:
- "airbyte-integrations/connectors/source-**"
pull_request_review:
paths:
- "airbyte-integrations/connectors/source-**"
jobs:
check-review-requirements:
name: "Check if a review is required from Connector teams"
Expand Down

0 comments on commit 15f851f

Please sign in to comment.