Skip to content

Commit 323c606

Browse files
committed
Add includes to pombast team, to limit org search
Without this, 65 orgs get searched, most of which are not under the purview of SciJava maintenance.
1 parent 2651956 commit 323c606

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

pombast.toml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,21 @@ cuttable = [
2525
]
2626

2727
[team]
28-
excludes = ["ome:*", "org.openmicroscopy:*"]
28+
includes = [
29+
"de.nanoimaging:*",
30+
"fr.inra.ijpb:*",
31+
"io.scif:*",
32+
"jitk:*",
33+
"mpicbg:*",
34+
"net.imagej:*",
35+
"net.imglib2:*",
36+
"net.preibisch:*",
37+
"org.bonej:*",
38+
"org.janelia*:*",
39+
"org.morphonets:*",
40+
"org.scijava:*",
41+
"sc.fiji:*",
42+
]
2943

3044
[badges]
3145
includes = [

0 commit comments

Comments
 (0)