Skip to content

[RHEL-10] Add gce and image-installer image types (COMPOSER-2193) #856

[RHEL-10] Add gce and image-installer image types (COMPOSER-2193)

[RHEL-10] Add gce and image-installer image types (COMPOSER-2193) #856

---
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 }}