Troubleshooting FAQ: CDC devices exposed by some BMCs #212
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 Check Links | |
| on: | |
| pull_request: | |
| types: [opened, edited, reopened, synchronize, ready_for_review] | |
| permissions: | |
| contents: read | |
| jobs: | |
| check-pr-links: | |
| uses: metal3-io/project-infra/.github/workflows/pr-link-check.yml@main | |
| with: | |
| upstream: https://github.com/metal3-io/metal3-docs.git |