👷 Update configs for GitHub Action labeler, to add only one label (#1072)
This commit is contained in:
committed by
GitHub
parent
714d795e90
commit
383938155f
33
.github/labeler.yml
vendored
33
.github/labeler.yml
vendored
@@ -1,15 +1,24 @@
|
||||
docs:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- docs/**/*
|
||||
- docs_src/**/*
|
||||
- all:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- docs/**
|
||||
- docs_src/**
|
||||
- all-globs-to-all-files:
|
||||
- '!sqlmodel/**'
|
||||
- '!pyproject.toml'
|
||||
|
||||
internal:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- .github/**/*
|
||||
- scripts/**/*
|
||||
- .gitignore
|
||||
- .pre-commit-config.yaml
|
||||
- pdm_build.py
|
||||
- requirements*.txt
|
||||
- all:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- .github/**
|
||||
- scripts/**
|
||||
- .gitignore
|
||||
- .pre-commit-config.yaml
|
||||
- pdm_build.py
|
||||
- requirements*.txt
|
||||
- all-globs-to-all-files:
|
||||
- '!docs/**'
|
||||
- '!sqlmodel/**'
|
||||
- '!pyproject.toml'
|
||||
|
||||
Reference in New Issue
Block a user