Skip to content

Commit b741046

Browse files
committed
chore: add Devin bot to vouch list and skip draft requirement
1 parent 7fdb2c4 commit b741046

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/VOUCHED.td

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ myftija
1111
nicktrn
1212
samejr
1313
isshaddad
14+
# Bots
15+
devin-ai-integration[bot]
1416
# Outside contributors
1517
gautamsi
1618
capaj

.github/workflows/vouch-check-pr.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ jobs:
2727
github.event.pull_request.draft == false &&
2828
github.event.pull_request.author_association != 'MEMBER' &&
2929
github.event.pull_request.author_association != 'OWNER' &&
30-
github.event.pull_request.author_association != 'COLLABORATOR'
30+
github.event.pull_request.author_association != 'COLLABORATOR' &&
31+
github.event.pull_request.user.login != 'devin-ai-integration[bot]'
3132
runs-on: ubuntu-latest
3233
steps:
3334
- name: Close non-draft PR

0 commit comments

Comments
 (0)