Răsfoiți Sursa

update auto-approve setting

Yuki Takei 1 an în urmă
părinte
comite
edafb3c40e
2 a modificat fișierele cu 1 adăugiri și 3 ștergeri
  1. 1 1
      .github/mergify.yml
  2. 0 2
      .github/workflows/auto-approve.yml

+ 1 - 1
.github/mergify.yml

@@ -20,7 +20,7 @@ pull_request_rules:
     actions:
       queue:
 
-  - name: Automatic merge for Dependabot pull requests
+  - name: Automatic queue for Dependabot pull requests
     conditions:
       - author = dependabot[bot]
       - '#approved-reviews-by >= 1'

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

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