瀏覽代碼

update auto-approve.yml

Yuki Takei 1 年之前
父節點
當前提交
7c0f33b75d
共有 1 個文件被更改,包括 2 次插入0 次删除
  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: