mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-16 02:18:16 -07:00
Merge pull request #4505 from thornbill/hal-1002
Fix missing invalid issue number for rebase failed comment
This commit is contained in:
commit
87a8c22298
2
.github/workflows/commands.yml
vendored
2
.github/workflows/commands.yml
vendored
@ -31,6 +31,6 @@ jobs:
|
|||||||
uses: peter-evans/create-or-update-comment@3383acd359705b10cb1eeef05c0e88c056ea4666 # v3.0.0
|
uses: peter-evans/create-or-update-comment@3383acd359705b10cb1eeef05c0e88c056ea4666 # v3.0.0
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.JF_BOT_TOKEN }}
|
token: ${{ secrets.JF_BOT_TOKEN }}
|
||||||
issue-number: ${{ github.event.issue.id }}
|
issue-number: ${{ github.event.issue.number }}
|
||||||
body: |
|
body: |
|
||||||
I'm sorry @${{ github.event.comment.user.login }}, I'm afraid I can't do that.
|
I'm sorry @${{ github.event.comment.user.login }}, I'm afraid I can't do that.
|
||||||
|
Loading…
Reference in New Issue
Block a user