Skip to content
16 changes: 8 additions & 8 deletions .github/workflows/config/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -890,10 +890,6 @@ integration/langchain:
- changed-files:
- any-glob-to-any-file:
- langchain/**/*
integration/lparstats:
- changed-files:
- any-glob-to-any-file:
- lparstats/**/*
integration/lastpass:
- changed-files:
- any-glob-to-any-file:
Expand All @@ -918,6 +914,10 @@ integration/litellm:
- changed-files:
- any-glob-to-any-file:
- litellm/**/*
integration/lparstats:
- changed-files:
- any-glob-to-any-file:
- lparstats/**/*
integration/lustre:
- changed-files:
- any-glob-to-any-file:
Expand Down Expand Up @@ -1002,10 +1002,6 @@ integration/nagios:
- changed-files:
- any-glob-to-any-file:
- nagios/**/*
integration/nifi:
- changed-files:
- any-glob-to-any-file:
- nifi/**/*
integration/network:
- changed-files:
- any-glob-to-any-file:
Expand All @@ -1026,6 +1022,10 @@ integration/nginx_ingress_controller:
- changed-files:
- any-glob-to-any-file:
- nginx_ingress_controller/**/*
integration/nifi:
- changed-files:
- any-glob-to-any-file:
- nifi/**/*
integration/ntp:
- changed-files:
- any-glob-to-any-file:
Expand Down
1 change: 1 addition & 0 deletions postgres/changelog.d/23499.added
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add a remote query POC executor for Postgres.
Loading
Loading