code.gitea.io/gitea@v1.22.3/.github/labeler.yml (about)

     1  modifies/docs:
     2    - changed-files:
     3        - any-glob-to-any-file:
     4            - "**/*.md"
     5            - "docs/**"
     6  
     7  modifies/templates:
     8    - changed-files:
     9        - all-globs-to-any-file:
    10            - "templates/**"
    11            - "!templates/swagger/v1_json.tmpl"
    12  
    13  modifies/api:
    14    - changed-files:
    15        - any-glob-to-any-file:
    16            - "routers/api/**"
    17            - "templates/swagger/v1_json.tmpl"
    18  
    19  modifies/cli:
    20    - changed-files:
    21        - any-glob-to-any-file:
    22            - "cmd/**"
    23  
    24  modifies/translation:
    25    - changed-files:
    26        - any-glob-to-any-file:
    27            - "options/locale/*.ini"
    28  
    29  modifies/migrations:
    30    - changed-files:
    31        - any-glob-to-any-file:
    32            - "models/migrations/**"
    33  
    34  modifies/internal:
    35    - changed-files:
    36        - any-glob-to-any-file:
    37            - ".air.toml"
    38            - "Makefile"
    39            - "Dockerfile"
    40            - "Dockerfile.rootless"
    41            - ".dockerignore"
    42            - "docker/**"
    43            - ".editorconfig"
    44            - ".eslintrc.yaml"
    45            - ".golangci.yml"
    46            - ".gitpod.yml"
    47            - ".markdownlint.yaml"
    48            - ".spectral.yaml"
    49            - "stylelint.config.js"
    50            - ".yamllint.yaml"
    51            - ".github/**"
    52            - ".gitea/"
    53            - ".devcontainer/**"
    54            - "build.go"
    55            - "build/**"
    56            - "contrib/**"
    57  
    58  modifies/dependencies:
    59    - changed-files:
    60        - any-glob-to-any-file:
    61            - "package.json"
    62            - "package-lock.json"
    63            - "pyproject.toml"
    64            - "poetry.lock"
    65            - "go.mod"
    66            - "go.sum"
    67  
    68  modifies/go:
    69    - changed-files:
    70        - any-glob-to-any-file:
    71            - "**/*.go"
    72  
    73  modifies/js:
    74    - changed-files:
    75        - any-glob-to-any-file:
    76            - "**/*.js"
    77            - "**/*.vue"