Skip to content
This repository was archived by the owner on Jan 8, 2026. It is now read-only.

Commit 8c66046

Browse files
committed
ci: tune up labeler
1 parent 92fb0b3 commit 8c66046

1 file changed

Lines changed: 17 additions & 1 deletion

File tree

.github/labeler.yml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,26 @@
66
# the LICENSE file that was distributed with this source code.
77

88
'open api':
9+
- '.redocly.yaml'
910
- 'openapi/*.yaml'
1011

1112
python:
12-
- any: ['provider/**/*']
13+
- any:
14+
- '*.py'
15+
- 'setup.cfg'
16+
- 'provider/**/*'
17+
- 'requirements/*.in'
18+
- 'requirements/*.txt'
19+
20+
javascript:
21+
- 'package.json'
22+
- 'package-lock.json'
23+
24+
dependencies:
25+
- 'package.json'
26+
- 'package-lock.json'
27+
- 'requirements/*.in'
28+
- 'requirements/*.txt'
1329

1430
github_actions:
1531
- any: ['.github/**/*']

0 commit comments

Comments
 (0)