Compare commits
3 Commits
31e092521c
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8485ed83ec | ||
|
|
8b1ba3e6cb | ||
| c69ffe3299 |
1
app.ts
1
app.ts
@@ -62,6 +62,7 @@ const fetchBranches = async (): Promise<string[]> => {
|
|||||||
.split("\n")
|
.split("\n")
|
||||||
.map((branch) => branch.trim())
|
.map((branch) => branch.trim())
|
||||||
.filter((branch) => branch !== ""
|
.filter((branch) => branch !== ""
|
||||||
|
&& !branch.includes("origin/HEAD")
|
||||||
&& !IGNORED_BRANCHES
|
&& !IGNORED_BRANCHES
|
||||||
.some(ignored => new RegExp(`^${ ignored }$`)
|
.some(ignored => new RegExp(`^${ ignored }$`)
|
||||||
.test(branch.replace("origin/", ""))));
|
.test(branch.replace("origin/", ""))));
|
||||||
|
|||||||
84
dist/app.js
vendored
84
dist/app.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user