We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d825427 commit dddb4deCopy full SHA for dddb4de
2 files changed
.github/VOUCHED.td
@@ -13,6 +13,7 @@ samejr
13
isshaddad
14
# Bots
15
devin-ai-integration[bot]
16
+dependabot[bot]
17
# Outside contributors
18
gautamsi
19
capaj
.github/workflows/vouch-check-pr.yml
@@ -28,7 +28,8 @@ jobs:
28
github.event.pull_request.author_association != 'MEMBER' &&
29
github.event.pull_request.author_association != 'OWNER' &&
30
github.event.pull_request.author_association != 'COLLABORATOR' &&
31
- github.event.pull_request.user.login != 'devin-ai-integration[bot]'
+ github.event.pull_request.user.login != 'devin-ai-integration[bot]' &&
32
+ github.event.pull_request.user.login != 'dependabot[bot]'
33
runs-on: ubuntu-latest
34
steps:
35
- name: Close non-draft PR
0 commit comments