This commit is contained in:
Rachael Sewell 2020-10-18 10:29:52 -07:00 коммит произвёл GitHub
Родитель f39e0a7f8e
Коммит 7088a32c46
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -28,7 +28,7 @@ jobs:
`/orgs/github/teams/docs/members`
)
const logins = teamMembers.data.map(member => member.login)
// Include some of our docs bots as team members
// ignore PRs opened by docs bot accounts
logins.push('Octomerger', 'octoglot')
if (logins.some(login => login === updatedIssueInformation.data.user.login)) {
console.log(`This issue or pull request was authored by a member of the github/docs team.`)