👷 Update GitHub Action labeler to add only one label (#1304)

This commit is contained in:
Sebastián Ramírez
2024-08-14 14:12:29 -05:00
committed by GitHub
parent 0f082d1265
commit de57a7bac1
2 changed files with 18 additions and 11 deletions

24
.github/labeler.yml vendored
View File

@@ -1,12 +1,18 @@
docs:
- changed-files:
- any-glob-to-any-file:
- '**/*.md'
- all:
- changed-files:
- all-globs-to-all-files:
- '**/*.md'
internal:
- changed-files:
- any-glob-to-any-file:
- .github/**/*
- scripts/**/*
- .gitignore
- .pre-commit-config.yaml
- all:
- changed-files:
- any-glob-to-any-file:
- .github/**
- scripts/**
- .gitignore
- .pre-commit-config.yaml
- all-globs-to-all-files:
- '**/*.md'
- 'frontend/**'
- 'backend/**'