🌱 Limit API listing to 200 at a time via pagination #4776
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: PR Verifier | |
permissions: {} | |
on: | |
pull_request_target: | |
types: [opened, edited, reopened, synchronize, ready_for_review] | |
jobs: | |
verify: | |
name: verify PR contents | |
uses: metal3-io/project-infra/.github/workflows/pr-verifier.yaml@main |