Yuki Takei 1 год назад
Родитель
Сommit
c8a79117da
1 измененных файлов с 1 добавлено и 2 удалено
  1. 1 2
      .github/workflows/auto-labeling.yml

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

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