Skip to content

Commit

Permalink
Merge branch 'development' into walletconnect
Browse files Browse the repository at this point in the history
  • Loading branch information
sdbondi authored Jul 25, 2024
2 parents bcfd611 + 8c761fd commit cbfb1a6
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/pr_signed_commits_check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
# Checks if the comments are signed or not
name: PR - Signed commits check

'on':
pull_request_target

permissions: {}

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 cbfb1a6

Please sign in to comment.