Skip to content

Commit

Permalink
update(ci): update GitHub auto-labeler configuration to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed May 13, 2024
1 parent f783196 commit 7c8ec6c
Showing 1 changed file with 29 additions and 8 deletions.
37 changes: 29 additions & 8 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,36 @@
ci-cd:
- .github/**/*.yml
- .travis.yml
- changed-files:
- any-glob-to-any-file: .github/**

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

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

enhancement:
- head-branch: ["^feature", "feature", "^improve", "improve"]

packaging:
- head-branch: ["^packaging", "packaging"]

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

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

0 comments on commit 7c8ec6c

Please sign in to comment.