From ae582dcaa4f2c7d8d743e68f05429c42660b6af1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Melissa=20Weber=20Mendon=C3=A7a?= Date: Fri, 13 Sep 2024 16:19:30 -0300 Subject: [PATCH] Adicionar issue number no bot bora --- .github/workflows/comment-commands.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/comment-commands.yml b/.github/workflows/comment-commands.yml index f7eb2d18..ca6ca358 100644 --- a/.github/workflows/comment-commands.yml +++ b/.github/workflows/comment-commands.yml @@ -23,6 +23,7 @@ jobs: - name: Create or Update Comment uses: peter-evans/create-or-update-comment@v4.0.0 with: + issue-number: ${{ github.event.issue.number }} body: | Issue ${{ github.event.issue.number }} atribuida a ${{ github.event.comment.user.login }} :rocket:" "Verifique [o guia de contribuição](https://github.com/brazilian-utils/brutils-python/blob/main/CONTRIBUTING.md) para mais informações sobre como submeter sua Pull Request."