diff --git a/.github/workflows/merge.yaml b/.github/workflows/merge.yaml index dc2b4813..79932af3 100644 --- a/.github/workflows/merge.yaml +++ b/.github/workflows/merge.yaml @@ -160,6 +160,14 @@ jobs: rm -rf '/tmp/image-${{ matrix.name }}-${{ env.ENVIRONMENT }}.tar' docker push ${{ steps.image_lowercase.outputs.lowercase }}:${{ env.TAG }} + - name: Add tag as a PR comment + uses: ubie-oss/comment-to-merged-pr-action@v0.3.3 + id: comment-to-merged-pr + with: + github-token: ${{ secrets.GITHUB_TOKEN }} + message: |- + This PR is in the tag: ${{ env.TAG }} + - name: Deploy with Qovery if: github.ref == 'refs/heads/develop'