File: labeler.yml

package info (click to toggle)
sqlmodel 0.0.37-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 16,344 kB
  • sloc: python: 16,107; javascript: 283; sh: 16; makefile: 7
file content (24 lines) | stat: -rw-r--r-- 511 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
docs:
  - all:
    - changed-files:
      - any-glob-to-any-file:
        - docs/**
        - docs_src/**
      - all-globs-to-all-files:
        - '!sqlmodel/**'
        - '!pyproject.toml'

internal:
  - all:
    - changed-files:
      - any-glob-to-any-file:
        - .github/**
        - scripts/**
        - .gitignore
        - .pre-commit-config.yaml
        - requirements*.txt
        - uv.lock
      - all-globs-to-all-files:
        - '!docs/**'
        - '!sqlmodel/**'
        - '!pyproject.toml'