Skip to content

Commit

Permalink
Add a sign-off check in the workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Ponnuvel Palaniyappan <[email protected]>
  • Loading branch information
pponnuvel committed Mar 3, 2024
1 parent 4255d13 commit bb54c92
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/check-signed-off.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Check signed-off in commits
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: read
steps:
- name: Check signed commits in PR
uses: 1Password/check-signed-commits-action@v1

0 comments on commit bb54c92

Please sign in to comment.