2
0
Эх сурвалжийг харах

update EXCLUDE_PATTERNS to list branches

Yuki Takei 5 жил өмнө
parent
commit
22ad00ff65

+ 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\/.+$/,