This commit is contained in:
Rob Anderson 2023-10-27 16:14:02 -06:00 коммит произвёл GitHub
Родитель 8b2a22d7d5
Коммит 3415a9f8c0
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 3 добавлений и 2 удалений

2
app.js
Просмотреть файл

@ -219,7 +219,7 @@ module.exports = (app) => {
await context.octokit.rest.issues.addLabels({
owner: context.payload.repository.owner.login,
repo: context.payload.repository.name,
issue_number: context.payload.pull_request.number,
issue_number: context.payload.issue.number,
labels: [emergencyLabel]
}).then(response => {
console.log(`${emergencyLabel} label applied to PR: ${context.payload.issue.pull_request.html_url}`);

Просмотреть файл

@ -111,7 +111,8 @@ const payloadPrComment = {
url: "https://api.github.com/repos/robandpdx/superbigmono/issues/1",
pull_request: {
html_url: "https://github.com/robandpdx/superbigmono/pull/1"
}
},
number: 1,
},
comment: {
body: "We need an Emergency landing - this bug is critical!"