From 1519857fea6962603cfefcca1bb3e06ffec1ece1 Mon Sep 17 00:00:00 2001 From: Avelino Date: Mon, 3 Apr 2023 08:38:48 -0300 Subject: [PATCH] first comment: set dynamic pull request number --- .github/workflows/pull-request-first-comment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request-first-comment.yaml b/.github/workflows/pull-request-first-comment.yaml index e2b10441..f0a9e9ae 100644 --- a/.github/workflows/pull-request-first-comment.yaml +++ b/.github/workflows/pull-request-first-comment.yaml @@ -12,7 +12,7 @@ jobs: uses: peter-evans/create-or-update-comment@v2 with: token: ${{ secrets.GITHUB_TOKEN }} - issue-number: 1 + issue-number: ${{ github.event.pull_request.number }} body: | Thank you for contributing with [awesome-go](https://awesome-go.com/), we will revise your contribution as soon as possible.