Selaa lähdekoodia

exclude merge queue PR

Yuki Takei 1 vuosi sitten
vanhempi
sitoutus
29bb8599ad
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      .github/workflows/auto-labeling.yml

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

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