Преглед на файлове

exclude dependabot/.* from listing unhealthy branches

Yuki Takei преди 4 години
родител
ревизия
5c909fcddc
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      bin/github-actions/list-branches.js

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

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