Explorar el Código

update EXCLUDE_PATTERNS to list branches

Yuki Takei hace 5 años
padre
commit
22ad00ff65
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      bin/github-actions/list-branches.js

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

@@ -14,7 +14,7 @@ const url = require('url');
 
 const EXCLUDE_TERM_DAYS = 14;
 const EXCLUDE_PATTERNS = [
-  /^feat\/custom-sidebar-2$/,
+  /^support\/apply-tsed$/,
   // https://regex101.com/r/Lnx7Pz/3
   /^dev\/[\d.x]*$/,
   /^release\/.+$/,