Fixes #39412 - replace messagebox with empty state and update to pf5 components inside PreupgradeReports #38
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: Label a PR `breaks-robottelo` on appropriate comment | |
| on: | |
| issue_comment: | |
| types: [created] | |
| jobs: | |
| breaks-robottelo: | |
| uses: theforeman/actions/.github/workflows/breaks-robottelo.yml@v0 | |
| permissions: | |
| pull-requests: write | |
| with: | |
| repo: ${{ github.repository }} | |
| issue: ${{ github.event.issue.number }} | |
| secrets: | |
| GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |