Skip to content

Commit 46f4d7d

Browse files
authored
Add docubot to the exception list for FR (github#23278)
1 parent daa4521 commit 46f4d7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/first-responder-docs-content.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
)
4141
const logins = teamMembers.data.map(member => member.login)
4242
// ignore PRs opened by docs bot accounts
43-
logins.push('Octomerger', 'octoglot')
43+
logins.push('Octomerger', 'octoglot', 'docubot')
4444
if (logins.some(login => login === updatedIssueInformation.data.user.login)) {
4545
console.log(`This issue or pull request was authored by a member of the github/docs team.`)
4646
return 'true'

0 commit comments

Comments
 (0)