Bib failed to cross-build aarch64 on x86_64 Fedora 40 when config.json include disk.customizations #197
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: | |
pull_request_target: | |
branches: [main] | |
types: [opened, synchronize, reopened, edited] | |
issue_comment: | |
types: [created] | |
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 }} | |
jira_token: ${{ secrets.IMAGEBUILDER_BOT_JIRA_TOKEN }} |