diff --git a/.github/workflows/pr-tests.yaml b/.github/workflows/pr-tests.yaml index 82ff927..a5f485f 100644 --- a/.github/workflows/pr-tests.yaml +++ b/.github/workflows/pr-tests.yaml @@ -33,3 +33,5 @@ jobs: pull_request_status_name: "Fedora" variables: "REPO_URL=$GITHUB_SERVER_URL/$GITHUB_REPOSITORY;REPO_NAME=$GITHUB_REPOSITORY;PR_NUMBER=${{ github.event.issue.number }}" compose: "Fedora-latest" + create_issue_comment: "true" + create_github_summary: "true"