mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-29 08:33:20 +00:00
Update labeler.yml
This commit is contained in:
24
.github/labeler.yml
vendored
24
.github/labeler.yml
vendored
@@ -1,23 +1,31 @@
|
|||||||
repo:
|
repo:
|
||||||
- '*'
|
- changed-files:
|
||||||
|
- any-glob-to-any-file: '*'
|
||||||
|
|
||||||
github:
|
github:
|
||||||
- .github/**/*
|
- changed-files:
|
||||||
|
- any-glob-to-any-file: '.github/**/*'
|
||||||
|
|
||||||
application:
|
application:
|
||||||
- application/**/*
|
- changed-files:
|
||||||
|
- any-glob-to-any-file: 'application/**/*'
|
||||||
|
|
||||||
docs:
|
docs:
|
||||||
- docs/**/*
|
- changed-files:
|
||||||
|
- any-glob-to-any-file: 'docs/**/*'
|
||||||
|
|
||||||
extensions:
|
extensions:
|
||||||
- extensions/**/*
|
- changed-files:
|
||||||
|
- any-glob-to-any-file: 'extensions/**/*'
|
||||||
|
|
||||||
frontend:
|
frontend:
|
||||||
- frontend/**/*
|
- changed-files:
|
||||||
|
- any-glob-to-any-file: 'frontend/**/*'
|
||||||
|
|
||||||
scripts:
|
scripts:
|
||||||
- scripts/**/*
|
- changed-files:
|
||||||
|
- any-glob-to-any-file: 'scripts/**/*'
|
||||||
|
|
||||||
tests:
|
tests:
|
||||||
- tests/**/*
|
- changed-files:
|
||||||
|
- any-glob-to-any-file: 'tests/**/*'
|
||||||
|
|||||||
Reference in New Issue
Block a user