⚠️ DO NOT MERGE Use CentOS Stream 10 as base image #298
Workflow file for this run
This file contains 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] | |
jobs: | |
verify: | |
name: verify PR contents | |
uses: metal3-io/project-infra/.github/workflows/pr-verifier.yaml@main |