Skip to content

Commit

Permalink
Check signed commits in PR
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafa committed Dec 24, 2023
1 parent e4e7b29 commit a5fdb47
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/commits-signed.yaml
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:
- uses: actions/checkout@v4
- name: Check signed commits in PR
uses: 1Password/check-signed-commits-action@v1

0 comments on commit a5fdb47

Please sign in to comment.