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 1
1
dependencies :
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
7
6
8
7
documentation :
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
12
14
13
15
examples :
14
- - examples/**
16
+ - changed-files :
17
+ - any-glob-to-any-file : examples/**
15
18
16
19
github actions :
17
- - .github/actions/**
18
- - .github/workflows/*
19
- - .github/labeler.yml
20
+ - changed-files :
21
+ - any-glob-to-any-file : .github/**
20
22
21
23
pre-commit :
22
- - .pre-commit-config.yaml
24
+ - changed-files :
25
+ - any-glob-to-any-file : .pre-commit-config.yaml
23
26
24
27
python :
25
- - ' *.py'
26
- - poetry.lock
28
+ - changed-files :
29
+ - any-glob-to-any-file :
30
+ - ' *.py'
31
+ - poetry.lock
27
32
28
33
source :
29
- - torchts/**
34
+ - changed-files :
35
+ - any-glob-to-any-file : torchts/**
30
36
31
37
test :
32
- - tests/**
38
+ - changed-files :
39
+ - any-glob-to-any-file : tests/**
Original file line number Diff line number Diff line change 23
23
uses : actions/labeler@v5
24
24
with :
25
25
repo-token : ${{ steps.generate-token.outputs.token }}
26
+ sync-labels : true
You can’t perform that action at this time.
0 commit comments