Parcourir la source

update EXCLUDE_PATTERNS to list branches

Yuki Takei il y a 5 ans
Parent
commit
22ad00ff65
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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_TERM_DAYS = 14;
 const EXCLUDE_PATTERNS = [
 const EXCLUDE_PATTERNS = [
-  /^feat\/custom-sidebar-2$/,
+  /^support\/apply-tsed$/,
   // https://regex101.com/r/Lnx7Pz/3
   // https://regex101.com/r/Lnx7Pz/3
   /^dev\/[\d.x]*$/,
   /^dev\/[\d.x]*$/,
   /^release\/.+$/,
   /^release\/.+$/,