From 7bc944947ab0f20b080992928ccf65dd8658bbec Mon Sep 17 00:00:00 2001 From: Hewerton Soares Date: Mon, 11 Mar 2024 20:53:26 -0300 Subject: [PATCH] fix: fixing the links of guidelines (#105) --- .github/workflows/autoMilestone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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..."