File tree Expand file tree Collapse file tree 2 files changed +25
-17
lines changed
Expand file tree Collapse file tree 2 files changed +25
-17
lines changed Original file line number Diff line number Diff line change 11dependencies :
2- - .github/actions/**
3- - .github/workflows/*
4- - .github/dependabot.yml
5- - .pre-commit-config.yaml
6- - poetry.lock
2+ - changed-files :
3+ - any-glob-to-any-file :
4+ - poetry.lock
5+ - website/package-lock.json
76
87documentation :
9- - docs/**
10- - scripts/**
11- - website/**
8+ - changed-files :
9+ - any-glob-to-any-file :
10+ - docs/**
11+ - website/**
12+ - scripts/build_docs.sh
13+ - README.md
1214
1315examples :
14- - examples/**
16+ - changed-files :
17+ - any-glob-to-any-file : examples/**
1518
1619github actions :
17- - .github/actions/**
18- - .github/workflows/*
19- - .github/labeler.yml
20+ - changed-files :
21+ - any-glob-to-any-file : .github/**
2022
2123pre-commit :
22- - .pre-commit-config.yaml
24+ - changed-files :
25+ - any-glob-to-any-file : .pre-commit-config.yaml
2326
2427python :
25- - ' *.py'
26- - poetry.lock
28+ - changed-files :
29+ - any-glob-to-any-file :
30+ - ' *.py'
31+ - poetry.lock
2732
2833source :
29- - torchts/**
34+ - changed-files :
35+ - any-glob-to-any-file : torchts/**
3036
3137test :
32- - tests/**
38+ - changed-files :
39+ - any-glob-to-any-file : tests/**
Original file line number Diff line number Diff line change 2323 uses : actions/labeler@v5
2424 with :
2525 repo-token : ${{ steps.generate-token.outputs.token }}
26+ sync-labels : true
You can’t perform that action at this time.
0 commit comments