Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
añadiendo algunos emoticones en las pr
Browse files Browse the repository at this point in the history
  • Loading branch information
emacuello committed Sep 27, 2024
1 parent d84aac1 commit 854c1e2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
with:
msg: 'Falló el build de la rama :disappointed: . Por favor revisa los errores y toma las medidas necesarias. Action Run: [Action](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})'
msg: '🔴 Falló el build de la rama :disappointed: ⚠️🛑. Por favor revisa los errores y toma las medidas necesarias. Action Run: [Action](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})'
- name: Comment on PR
if: github.event.pull_request.base.ref == 'develop' || github.event.pull_request.base.ref == 'main'
uses: unsplash/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
with:
msg: 'El build ha sido exitoso :+1: :thumbsup:.'
msg: '🟢 El build ha sido exitoso :+1: :thumbsup:.'
check_for_duplicate_msg: false

lint:
Expand Down Expand Up @@ -106,14 +106,14 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
with:
msg: 'Falló la verificación del Lint :dissapointed: . Por favor revisa los errores y toma las medidas necesarias. Action Run: [Action](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})'
msg: '🔴 Falló la verificación del Lint :dissapointed: ⚠️🛑. Por favor revisa los errores y toma las medidas necesarias. Action Run: [Action](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})'
- name: Comment on PR
if: github.event.pull_request.base.ref == 'develop' || github.event.pull_request.base.ref == 'main'
uses: unsplash/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
with:
msg: 'El linter ha verificado el código :+1: :thumbsup:.'
msg: '🟢 El linter ha verificado el código :+1: :thumbsup:.'
check_for_duplicate_msg: false

deploy:
Expand Down Expand Up @@ -178,5 +178,5 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
with:
msg: 'Ocurrió un error al desplegar la rama. Por favor revisa los errores y toma las medidas necesarias. Action Run: [Action](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}).'
msg: '🔴 Ocurrió un error al desplegar la rama ⚠️🛑. Por favor revisa los errores y toma las medidas necesarias. Action Run: [Action](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}).'
check_for_duplicate_msg: false

0 comments on commit 854c1e2

Please sign in to comment.