зеркало из https://github.com/microsoft/openjdk.git
Fix GitHub workflow not closing Minecraft issues
This commit is contained in:
Родитель
d3f40a001e
Коммит
053335ba5e
|
@ -129,10 +129,10 @@ jobs:
|
||||||
})
|
})
|
||||||
|
|
||||||
// We will close any Minecraft-related issue automatically.
|
// We will close any Minecraft-related issue automatically.
|
||||||
github.rest.issues.update({
|
github.issues.update({
|
||||||
owner: owner,
|
owner: owner,
|
||||||
repo: repo,
|
repo: repo,
|
||||||
issue_number: inputs.issueNumber,
|
issue_number: issueNumber,
|
||||||
state: 'closed'
|
state: 'closed'
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче