Explorar o código

update check-title condition

Yuki Takei hai 1 ano
pai
achega
c8a79117da
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  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