Parcourir la source

exclude merge queue PR

Yuki Takei il y a 1 an
Parent
commit
29bb8599ad
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      .github/workflows/auto-labeling.yml

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

@@ -36,6 +36,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/' ))
 
     steps: