diff --git a/.github/workflows/autoMilestone.yml b/.github/workflows/autoMilestone.yml index 6202ee7c..49ee6b0e 100644 --- a/.github/workflows/autoMilestone.yml +++ b/.github/workflows/autoMilestone.yml @@ -21,7 +21,7 @@ jobs: - name: Add a comment to the issue run: | # Comment to be added - comment="### Obrigado por abrir a issue\n### Verifique os nossos guidelines:\n- [Código de conduta](https://github.com/Alecell/octopost/blob/master/CODE_OF_CONDUCT.md)\n- [Contribuição](https://github.com/Alecell/octopost/blob/master/CONTRIBUTING.md)\n- [Guia de Estilo](https://github.com/Alecell/octopost/blob/master/STYLEGUIDE.md)" + comment="### Obrigado por abrir a issue\n### Verifique os nossos guidelines:\n- [Código de conduta](https://github.com/devhatt/octopost/blob/master/docs/CODE_OF_CONDUCT.md)\n- [Contribuição](https://github.com/devhatt/octopost/blob/master/docs/CONTRIBUTING.md)\n- [Guia de Estilo](https://github.com/devhatt/octopost/blob/master/docs/STYLEGUIDE.md)" # Add the comment to the issue echo "Adding comment to the issue..."