Quellcode durchsuchen

auto-labeling for dev/*.*.* branches

Yuki Takei vor 2 Jahren
Ursprung
Commit
3bd6f7e154
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  1. 2 1
      .github/workflows/auto-labeling.yml

+ 2 - 1
.github/workflows/pr-to-master.yml → .github/workflows/auto-labeling.yml

@@ -1,9 +1,10 @@
-name: PR to master
+name: Auto-labeling
 
 
 on:
 on:
   pull_request:
   pull_request:
     branches:
     branches:
       - master
       - master
+      - dev/*.*.*
     # Only following types are handled by the action, but one can default to all as well
     # Only following types are handled by the action, but one can default to all as well
     types: [opened, reopened, edited, synchronize]
     types: [opened, reopened, edited, synchronize]