Skip to content

Commit 93597ca

Browse files
authored
Update labeler config (#328)
1 parent e9edefe commit 93597ca

File tree

2 files changed

+25
-17
lines changed

2 files changed

+25
-17
lines changed

.github/labeler.yml

Lines changed: 24 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,39 @@
11
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
76

87
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
1214

1315
examples:
14-
- examples/**
16+
- changed-files:
17+
- any-glob-to-any-file: examples/**
1518

1619
github actions:
17-
- .github/actions/**
18-
- .github/workflows/*
19-
- .github/labeler.yml
20+
- changed-files:
21+
- any-glob-to-any-file: .github/**
2022

2123
pre-commit:
22-
- .pre-commit-config.yaml
24+
- changed-files:
25+
- any-glob-to-any-file: .pre-commit-config.yaml
2326

2427
python:
25-
- '*.py'
26-
- poetry.lock
28+
- changed-files:
29+
- any-glob-to-any-file:
30+
- '*.py'
31+
- poetry.lock
2732

2833
source:
29-
- torchts/**
34+
- changed-files:
35+
- any-glob-to-any-file: torchts/**
3036

3137
test:
32-
- tests/**
38+
- changed-files:
39+
- any-glob-to-any-file: tests/**

.github/workflows/labeler.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ jobs:
2323
uses: actions/labeler@v5
2424
with:
2525
repo-token: ${{ steps.generate-token.outputs.token }}
26+
sync-labels: true

0 commit comments

Comments
 (0)