mirror of
https://github.com/mshick/add-pr-comment.git
synced 2026-01-01 14:49:44 +11:00
Issue number (#64)
* Major code reorg * Add issue arg * Paginate existing comment list
This commit is contained in:
parent
e8076c64f7
commit
8645f3f0ea
17 changed files with 2187 additions and 1968 deletions
|
|
@ -224,7 +224,7 @@ describe('add-pr-comment action', () => {
|
|||
const replyBody = [
|
||||
{
|
||||
id: commentId,
|
||||
body: `<!-- ${inputs['message-id']} -->\n\n${simpleMessage}`,
|
||||
body: `<!-- add-pr-comment:${inputs['message-id']} -->\n\n${simpleMessage}`,
|
||||
},
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue