Skip to content

Commit dddb4de

Browse files
committed
ci: vouch dependabot[bot] and exempt from draft requirement
1 parent d825427 commit dddb4de

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/VOUCHED.td

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ samejr
1313
isshaddad
1414
# Bots
1515
devin-ai-integration[bot]
16+
dependabot[bot]
1617
# Outside contributors
1718
gautamsi
1819
capaj

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

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

0 commit comments

Comments
 (0)