Skip to content

Commit

Permalink
Add a sign-off check in the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pponnuvel committed Mar 3, 2024
1 parent 4255d13 commit 07aee10
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/check-signed-off.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Check signed commits in PR
on: pull_request_target

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

0 comments on commit 07aee10

Please sign in to comment.