Ver Fonte

exclude merge queue PR

Yuki Takei há 1 ano atrás
pai
commit
29bb8599ad
1 ficheiros alterados com 1 adições e 0 exclusões
  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: