diff --git a/.github/workflows/signedPrCheck.yml b/.github/workflows/signedPrCheck.yml new file mode 100644 index 0000000..69803d8 --- /dev/null +++ b/.github/workflows/signedPrCheck.yml @@ -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