chore: add Devin bot to vouch list and skip draft requirement (#3396)

This commit is contained in:
Eric Allam
2026-04-16 11:38:45 +01:00
committed by GitHub
parent 7c95207486
commit 0c33de88f0
2 changed files with 4 additions and 1 deletions
+2
View File
@@ -11,6 +11,8 @@ myftija
nicktrn
samejr
isshaddad
# Bots
devin-ai-integration[bot]
# Outside contributors
gautamsi
capaj
+2 -1
View File
@@ -27,7 +27,8 @@ jobs:
github.event.pull_request.draft == false &&
github.event.pull_request.author_association != 'MEMBER' &&
github.event.pull_request.author_association != 'OWNER' &&
github.event.pull_request.author_association != 'COLLABORATOR'
github.event.pull_request.author_association != 'COLLABORATOR' &&
github.event.pull_request.user.login != 'devin-ai-integration[bot]'
runs-on: ubuntu-latest
steps:
- name: Close non-draft PR