File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ const {readFileSync} = require("fs");
7
7
8
8
// Effectively the main function
9
9
async function run ( ) {
10
- core . info ( "Running version 1.5.1 " )
10
+ core . info ( "Running version 1.5.4 " )
11
11
12
12
// Tell folks they can merge
13
13
if ( context . eventName === "pull_request_target" ) {
@@ -62,7 +62,7 @@ async function commentOnMergablePRs() {
62
62
const labelToAdd = core . getInput ( 'if_no_maintainers_add_label' )
63
63
if ( labelToAdd ) {
64
64
const labelConfig = { name : labelToAdd , color : Math . random ( ) . toString ( 16 ) . slice ( 2 , 8 ) }
65
- await createOrAddLabel ( octokit , thisRepo , labelConfig )
65
+ await createOrAddLabel ( octokit , { ... thisRepo , id : pr . number } , labelConfig )
66
66
}
67
67
68
68
const assignees = core . getInput ( 'if_no_maintainers_assign' )
You can’t perform that action at this time.
0 commit comments