зеркало из https://github.com/github/docs.git
Add docubot to the exception list for FR (#23278)
This commit is contained in:
Родитель
daa45214be
Коммит
46f4d7d235
|
@ -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'
|
||||
|
|
Загрузка…
Ссылка в новой задаче