File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 55# the repo. Unless a later match takes precedence,
66# @global-owner1 and @global-owner2 will be requested for
77# review when someone opens a pull request.
8- * @ borda @ akihironitta @ carmocca @ awaelchli
8+ * @ borda @ ethanwharris @ justusschock @ tchaton
99
1010# CI/CD and configs
11- /.github / @ akihironitta @ borda
12- * .yml @ akihironitta @ borda
11+ /.github / @ borda @ ethanwharris @ justusschock @ tchaton
12+ * .yml @ borda @ ethanwharris @ justusschock @ tchaton
1313
1414# Docs
1515/docs / @ borda
1919/.github /CODEOWNERS @ borda
2020/setup.py @ borda
2121
22- /src @ borda @ carmocca @ awaelchli
23- /tests /unittests @ borda @ carmocca @ awaelchli
22+ /src @ borda @ ethanwharris @ justusschock @ tchaton
23+ /tests /unittests @ borda @ ethanwharris @ justusschock @ tchaton
Original file line number Diff line number Diff line change 1717
1818jobs :
1919 markdown-link-check :
20- runs-on : ubuntu-20 .04
20+ runs-on : ubuntu-24 .04
2121 env :
2222 CONFIG_FILE : ${{ inputs.config-file }}
2323 MODIFIED_ONLY : " no"
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ defaults:
2020
2121jobs :
2222 schema :
23- runs-on : ubuntu-20 .04
23+ runs-on : ubuntu-24 .04
2424 steps :
2525 - name : Checkout 🛎
2626 uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ defaults:
3030
3131jobs :
3232 mypy :
33- runs-on : ubuntu-20 .04
33+ runs-on : ubuntu-24 .04
3434 steps :
3535 - name : Checkout 🛎️
3636 uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ on: [push]
5454
5555jobs :
5656 pytest :
57- runs-on : ubuntu-20 .04
57+ runs-on : ubuntu-24 .04
5858 steps :
5959 - uses : actions/checkout@v3
6060 - uses : actions/setup-python@v4
Original file line number Diff line number Diff line change 11import time
22
3- __version__ = "0.12 .0"
3+ __version__ = "0.13 .0"
44__author__ = "Lightning AI et al."
55__author_email__ = "[email protected] " 66__license__ = "Apache-2.0"
You can’t perform that action at this time.
0 commit comments