Skip to content

Commit

Permalink
ci: check signed commits (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
0x7061 authored Feb 20, 2025
2 parents e69c8a0 + f49a223 commit 48bb81b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/signedPrCheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: 'Check signed commits in PR'
on:
pull_request_target:
types:
- opened
- edited
- synchronize
- reopened
permissions:
contents: read
pull-requests: write
jobs:
main:
name: Check signed commits in PR
uses: evva-sfw/workflows/.github/workflows/call_signedPrCheck.yml@main

0 comments on commit 48bb81b

Please sign in to comment.