зеркало из https://github.com/microsoft/openjdk.git
Merge pull request #147 from Marcono1234/fix-github-workflow
Fix GitHub workflow not closing Minecraft issues
This commit is contained in:
Коммит
e1956fc4ec
|
@ -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'
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче