Skip to content

Commit

Permalink
Run 1Password/check-signed-commits-action for PRs (#188)
Browse files Browse the repository at this point in the history
Add the 1Password/check-signed-commits-action that will leave a handy comment if a PR contains commits that are not signed.
  • Loading branch information
edif2008 authored May 28, 2024
1 parent 8c0f1a7 commit b3346cb
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/pr-check-signed-commits.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Check signed commits in PR
on: pull_request_target

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

0 comments on commit b3346cb

Please sign in to comment.