Fix boot modes and ESP partitions for RHEL 8 and 9 (RHEL-69628) #1394
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: "Verify PR best practices" | |
on: # yamllint disable-line rule:truthy | |
pull_request_target: | |
branches: [main] | |
jobs: | |
pr-best-practices: | |
runs-on: ubuntu-latest | |
steps: | |
- name: PR best practice check | |
uses: osbuild/pr-best-practices@main | |
with: | |
token: ${{ secrets.SCHUTZBOT_GITHUB_ACCESS_TOKEN }} |