Skip to content

Use rest object to check PRs list in a workflow #31

Use rest object to check PRs list in a workflow

Use rest object to check PRs list in a workflow #31

name: Check signed commits in PR
on: pull_request_target
permissions:
contents: read
pull-requests: write
jobs:
build:
name: Check signed commits in PR
runs-on: ubuntu-latest
steps:
- name: Check signed commits in PR
uses: 1Password/check-signed-commits-action@v1