Explorar o código

exclude release branches

Yuki Takei %!s(int64=5) %!d(string=hai) anos
pai
achega
849704bab9
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      bin/github-actions/list-branches.js

+ 1 - 0
bin/github-actions/list-branches.js

@@ -17,6 +17,7 @@ const EXCLUDE_PATTERNS = [
   /^feat\/custom-sidebar-2$/,
   /^feat\/custom-sidebar-2$/,
   // https://regex101.com/r/Lnx7Pz/3
   // https://regex101.com/r/Lnx7Pz/3
   /^dev\/[\d.x]*$/,
   /^dev\/[\d.x]*$/,
+  /^release\/.+$/,
 ];
 ];
 const LEGAL_PATTERNS = [
 const LEGAL_PATTERNS = [
   /^master$/,
   /^master$/,