debezium/dbz#2128 feat: add PGVector adapter and core logging improve… #74
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Commit Sign-off Check | |
| on: | |
| - pull_request_target | |
| jobs: | |
| check-signed-commits: | |
| name: Check signed commits | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: debezium/dbz/.github/actions/check-dco@main | |
| with: | |
| add-comments: "true" |