Skip to content

Commit

Permalink
Merge pull request #156 from 1Password/action-check-signed-commits
Browse files Browse the repository at this point in the history
Run 1Password/check-signed-commits-action for PRs
  • Loading branch information
jpcoenen authored Jul 14, 2023
2 parents a41765b + 9d5d243 commit 0633139
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 0633139

Please sign in to comment.