Skip to content

Commit

Permalink
Merge pull request #387 from gatewayd-io/check-commit-signatures
Browse files Browse the repository at this point in the history
Check signed commits in PR
  • Loading branch information
mostafa authored Dec 23, 2023
2 parents 2ea865e + a567faf commit 86e801b
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 86e801b

Please sign in to comment.