Add docubot to the exception list for FR (#23278)

This commit is contained in:
Marcelo Jacobus 2021-12-01 16:57:22 -03:00 коммит произвёл GitHub
Родитель daa45214be
Коммит 46f4d7d235
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -40,7 +40,7 @@ jobs:
)
const logins = teamMembers.data.map(member => member.login)
// ignore PRs opened by docs bot accounts
logins.push('Octomerger', 'octoglot')
logins.push('Octomerger', 'octoglot', 'docubot')
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.`)
return 'true'