chore: add Devin bot to vouch list and skip draft requirement (#3396)
This commit is contained in:
@@ -11,6 +11,8 @@ myftija
|
||||
nicktrn
|
||||
samejr
|
||||
isshaddad
|
||||
# Bots
|
||||
devin-ai-integration[bot]
|
||||
# Outside contributors
|
||||
gautamsi
|
||||
capaj
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user