diff --git a/.github/workflows/release-pr.yml b/.github/workflows/release-pr.yml index b1ac91658..e6aec1a10 100644 --- a/.github/workflows/release-pr.yml +++ b/.github/workflows/release-pr.yml @@ -101,6 +101,12 @@ jobs: make catalog-deploy CATALOG_IMG=ghcr.io/complianceascode/compliance-operator-catalog:${{ needs.get-pr-number.outputs.pr-number }} platforms: ${{ matrix.platform }} + comment-pr: + needs: + - build + runs-on: ubuntu-latest + name: Comment on the PR + steps: - name: Checkout uses: actions/checkout@v4