Quellcode durchsuchen

update auto-approve.yml

Yuki Takei vor 1 Jahr
Ursprung
Commit
7c0f33b75d
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  1. 2 0
      .github/workflows/auto-approve.yml

+ 2 - 0
.github/workflows/auto-approve.yml

@@ -2,6 +2,8 @@ name: Auto approve PR
 
 on:
   pull_request_target:
+    branches:
+      - dependabot/*
     types: [opened, reopened, synchronize]
 
 permissions: