Skip to content

Commit

Permalink
add leberler
Browse files Browse the repository at this point in the history
  • Loading branch information
rflamary committed Dec 10, 2024
1 parent 1761d0b commit 7d82dcb
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@

Documentation:
- changed-files:
- any-glob-to-any-file: docs/**

Examples:
- changed-files:
- any-glob-to-any-file: examples/**

Tests:
- changed-files:
- any-glob-to-any-file: test/**

CI:
- changed-files:
- any-glob-to-any-file: .github/workflows/**
- any-glob-to-any-file: .circleci/**

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

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

ot.unbalanced:
- changed-files:
- any-glob-to-any-file: ot/unbalanced/**
1 change: 1 addition & 0 deletions .github/workflows/build_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
pre-commit install --install-hooks
pre-commit run --all-files
linux:

runs-on: ubuntu-latest
Expand Down
12 changes: 12 additions & 0 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: "Pull Request Labeler"
on:
- pull_request_target

jobs:
labeler:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
1 change: 1 addition & 0 deletions .yamllint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ ignore: |
.github/workflows/*.yml
.circleci/config.yml
codecov.yml
.github/labeler.yml
rules:
line-length: disable
Expand Down

0 comments on commit 7d82dcb

Please sign in to comment.