Prechádzať zdrojové kódy

Remove label-check from merge_group

It seems that the action used to check forbidden labels only works for PRs. Removing it from merge_group.
Román Cárdenas Rodríguez 1 rok pred
rodič
commit
23387940ed
1 zmenil súbory, kde vykonal 0 pridanie a 1 odobranie
  1. 0 1
      riscv-rt/.github/workflows/label.yaml

+ 0 - 1
riscv-rt/.github/workflows/label.yaml

@@ -1,7 +1,6 @@
 name: Check Labels
 
 on:
-  merge_group:
   pull_request:
     types: [opened, synchronize, reopened, ready_for_review, labeled, unlabeled]