Jelajahi Sumber

update check-title condition

Yuki Takei 1 tahun lalu
induk
melakukan
c8a79117da
1 mengubah file dengan 1 tambahan dan 2 penghapusan
  1. 1 2
      .github/workflows/auto-labeling.yml

+ 1 - 2
.github/workflows/auto-labeling.yml

@@ -37,8 +37,7 @@ jobs:
     if: |
       (!contains( github.event.pull_request.labels.*.name, 'flag/exclude-from-changelog' )
         && !startsWith( github.head_ref, 'changeset-release/' )
-        && !startsWith( github.head_ref, 'mergify/merge-queue/' )
-        && !startsWith( github.head_ref, 'dependabot/' ))
+        && !startsWith( github.head_ref, 'mergify/merge-queue/' ))
 
     steps:
       - uses: amannn/action-semantic-pull-request@v5