diff --git a/.github/workflows/signoff.yaml b/.github/workflows/signoff.yaml new file mode 100644 index 0000000..e61a4b3 --- /dev/null +++ b/.github/workflows/signoff.yaml @@ -0,0 +1,15 @@ +name: validate-signoff +on: + pull_request: + types: + - opened + - edited + +jobs: + validate: + runs-on: ubuntu-latest + steps: + - name: PR Description Check + uses: pythonistaguild/pr-description-check@v1.0 + with: + content: "[x] I have read and agree to the [Developer Certificate of Origin]"