Skip to content

Commit

Permalink
fix: labeler config structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Jan 11, 2024
1 parent 56da6a3 commit 390e68a
Showing 1 changed file with 18 additions and 10 deletions.
28 changes: 18 additions & 10 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
ci-cd:
- any-glob-to-any-file: .github/**
- changed-files:
- any-glob-to-any-file: .github/**

dependencies:
- any-glob-to-any-file: requirements/*.txt
- requirements.txt
- changed-files:
- any-glob-to-any-file:
- requirements/*.txt
- requirements.txt

documentation:
- changed-files:
- any-glob-to-any-file: docs/**
- requirements/documentation.txt
- any-glob-to-any-file:
- docs/**
- requirements/documentation.txt

enhancement:
- head-branch: ["^feature", "feature", "^improve", "improve"]
Expand All @@ -18,11 +22,15 @@ packaging:

tooling:
- head-branch: ["^tooling", "tooling"]
- codecov.yml
- .pre-commit-config.yaml
- sonar-project.properties
- changed-files:
- any-glob-to-any-file:
- codecov.yml
- .pre-commit-config.yaml
- sonar-project.properties

UI:
- head-branch: ["^ui", "ui"]
- any-glob-to-any-file: qtribu/**/*.ui
- any-glob-to-any-file: qtribu/gui/**
- changed-files:
- any-glob-to-any-file:
- qtribu/**/*.ui
- qtribu/gui/**

0 comments on commit 390e68a

Please sign in to comment.