mirror of
https://github.com/debezium/postgres-decoderbufs.git
synced 2026-02-04 06:56:22 +00:00
debezium/dbz#17 Add contributor sign-off to PR workflow
Signed-off-by: Chris Cranford <chris@hibernate.org>
This commit is contained in:
committed by
Chris Cranford
parent
84f30f3f44
commit
ada556555b
12
.github/workflows/contributor-check.yml
vendored
Normal file
12
.github/workflows/contributor-check.yml
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
name: Contributor Check
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
# Checks that all commits contain sign-offs
|
||||
check-signed-commits:
|
||||
name: Check signed commits
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: debezium/dbz/.github/actions/check-dco@main
|
||||
Reference in New Issue
Block a user