From 7ca0e2aecbf790dbb93db3b8f2b2e8d5bc26c9fc Mon Sep 17 00:00:00 2001 From: Bill Thornton Date: Mon, 17 Apr 2023 13:23:45 -0400 Subject: [PATCH] Fix missing invalid issue number for rebase failed comment --- .github/workflows/commands.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/commands.yml b/.github/workflows/commands.yml index 3f4467259..84e5e1e75 100644 --- a/.github/workflows/commands.yml +++ b/.github/workflows/commands.yml @@ -31,6 +31,6 @@ jobs: uses: peter-evans/create-or-update-comment@3383acd359705b10cb1eeef05c0e88c056ea4666 # v3.0.0 with: token: ${{ secrets.JF_BOT_TOKEN }} - issue-number: ${{ github.event.issue.id }} + issue-number: ${{ github.event.issue.number }} body: | I'm sorry @${{ github.event.comment.user.login }}, I'm afraid I can't do that.