Skip to content

Commit

Permalink
better labels
Browse files Browse the repository at this point in the history
  • Loading branch information
rflamary committed Dec 10, 2024
1 parent 6502912 commit 4f58463
Showing 1 changed file with 69 additions and 1 deletion.
70 changes: 69 additions & 1 deletion .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,72 @@ ot.gromov:

ot.unbalanced:
- changed-files:
- any-glob-to-any-file: ot/unbalanced/**
- any-glob-to-any-file: ot/unbalanced/**

ot.lp:
- changed-files:
- any-glob-to-any-file: ot/lp/**

ot.utils:
- changed-files:
- any-glob-to-any-file: ot/utils.py

ot.backend:
- changed-files:
- any-glob-to-any-file: ot/backend.py

ot.coot:
- changed-files:
- any-glob-to-any-file: ot/coot.py

ot.optim:
- changed-files:
- any-glob-to-any-file: ot/optim.py

ot.plot:
- changed-files:
- any-glob-to-any-file: ot/plot.py

ot.factored:
- changed-files:
- any-glob-to-any-file: ot/factored.py

ot.gaussian:
- changed-files:
- any-glob-to-any-file: ot/gaussian.py

ot.gmm:
- changed-files:
- any-glob-to-any-file: ot/gmm.py

ot.lowrank:
- changed-files:
- any-glob-to-any-file: ot/lowrank.py

ot.solvers:
- changed-files:
- any-glob-to-any-file: ot/solvers.py

ot.partial:
- changed-files:
- any-glob-to-any-file: ot/partial.py

ot.sliced:
- changed-files:
- any-glob-to-any-file: ot/sliced.py

ot.smooth:
- changed-files:
- any-glob-to-any-file: ot/smooth.py

ot.weak:
- changed-files:
- any-glob-to-any-file: ot/weak.py

ot.dr:
- changed-files:
- any-glob-to-any-file: ot/dr.py

ot.gnn:
- changed-files:
- any-glob-to-any-file: ot/gnn/**

0 comments on commit 4f58463

Please sign in to comment.