diff --git a/.github/workflows/rpm-check.yaml b/.github/workflows/rpm-check.yaml index 0c0c63c..06b0fec 100644 --- a/.github/workflows/rpm-check.yaml +++ b/.github/workflows/rpm-check.yaml @@ -54,6 +54,8 @@ jobs: tmt_context: "trigger=code" tmt_plan_regex: "${{ matrix.os }}" tmt_hardware: "${{ matrix.tmt_hardware }}" + update_pull_request_status: true + create_issue_comment: true pull_request_status_name: "RPM check for presence in ${{ matrix.context }}" variables: "REPO_URL=${{ github.server_url }}/${{ github.repository }};REPO_NAME=${{ github.repository }};PR_NUMBER=${{ github.event.issue.number }};OS=${{ matrix.os }}" compose: ${{ matrix.compose }}