Bump debug and tcp-port-used in /unidad_6/firebase #2938
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Greetings | |
on: [pull_request, issues] | |
jobs: | |
greeting: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/[email protected] | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
issue-message: 'Gracias por colaborar con tu primer Issue, si ya sabes la solución, te invitamos a compartir tu PR' | |
pr-message: 'Gracias por mejorar este repo, estaremos atentos a este y proximos PR' |