Răsfoiți Sursa

ci: clean up bracketed labels and set default release type to Pre-Release

Signed-off-by: Ahmed Al-Nassif <mr.ahmed.nassif@gmail.com>
Ahmed Al-Nassif 2 săptămâni în urmă
părinte
comite
e4b63a973c

+ 1 - 1
.github/ISSUE_TEMPLATE/dev_use_only.yml

@@ -1,4 +1,4 @@
-name: "[FIX] Developer Use Only"
+name: "Developer Use Only"
 description: "This template is reserved for developer use only. Do not use for regular bug reports or feature requests."
 description: "This template is reserved for developer use only. Do not use for regular bug reports or feature requests."
 title: "[DEV] "
 title: "[DEV] "
 labels: ["dev-only"]
 labels: ["dev-only"]

+ 1 - 1
.github/workflows/build.yml

@@ -590,7 +590,7 @@ jobs:
           
           
           # Kernel Fixes
           # Kernel Fixes
           if [ -f /tmp/kernel-fixes-summary.md ]; then
           if [ -f /tmp/kernel-fixes-summary.md ]; then
-            echo "### [FIX] Kernel Fixes"
+            echo "### Kernel Fixes"
             cat /tmp/kernel-fixes-summary.md
             cat /tmp/kernel-fixes-summary.md
             echo
             echo
           fi
           fi

+ 1 - 1
.github/workflows/main.yml

@@ -14,7 +14,7 @@ on:
           - Action
           - Action
           - Pre-Release
           - Pre-Release
           - Release
           - Release
-        default: Action
+        default: Pre-Release
       kernel_build_version:
       kernel_build_version:
         description: "Kernel Version"
         description: "Kernel Version"
         type: choice
         type: choice