Преглед изворни кода

update EXCLUDE_PATTERNS to list branches

Yuki Takei пре 5 година
родитељ
комит
22ad00ff65
1 измењених фајлова са 1 додато и 1 уклоњено
  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\/.+$/,