Skip to content

Commit

Permalink
Merge pull request #310 from IntersectMBO/test-pr-merge-comment
Browse files Browse the repository at this point in the history
add comment
  • Loading branch information
Baja-KS authored Aug 27, 2024
2 parents ef1b614 + 458e3a9 commit 5309d7e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
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'
Expand Down

0 comments on commit 5309d7e

Please sign in to comment.