Skip to content

Add a sign-off check in the workflow #6

Add a sign-off check in the workflow

Add a sign-off check in the workflow #6

name: Check signed commits in PR
on:
pull_request:
types:
- synchronize
- opened
- reopened
jobs:
check-signed-commits:
name: Check signed commits in PR
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- name: Check signed commits in PR
uses: 1Password/check-signed-commits-action@v1