File tree 2 files changed +7
-0
lines changed
2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,12 @@ exports.options = kebabcaseKeys({
16
16
description :
17
17
'Post to an existing PR/MR associated with the specified commit'
18
18
} ,
19
+ issue : {
20
+ type : 'string' ,
21
+ description : 'Issue id to post comment to.' ,
22
+ default : '' ,
23
+ conflicts : [ 'pr' ]
24
+ } ,
19
25
commitSha : {
20
26
type : 'string' ,
21
27
alias : 'head-sha' ,
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ describe('Comment integration tests', () => {
29
29
Options:
30
30
--pr Post to an existing PR/MR associated with the
31
31
specified commit [boolean]
32
+ --issue Issue id to post comment to. [string] [default: \\"\\"]
32
33
--commit-sha, --head-sha Commit SHA linked to this comment
33
34
[string] [default: \\"HEAD\\"]
34
35
--publish Upload any local images found in the Markdown report
You can’t perform that action at this time.
0 commit comments