diff --git a/.github/labeler-config.yml b/.github/labeler-config.yml index 6025f917..c64ec320 100644 --- a/.github/labeler-config.yml +++ b/.github/labeler-config.yml @@ -55,6 +55,7 @@ Docker: - any-glob-to-any-file: '.github/workflows/push-docker.yml' - any-glob-to-any-file: 'Dockerfile' - any-glob-to-any-file: 'Dockerfile.*' + - any-glob-to-any-file: '!Dockerfile.dev' - any-glob-to-any-file: 'exampleYmlFiles/*.yml' - any-glob-to-any-file: 'scripts/download-security-jar.sh' - any-glob-to-any-file: 'scripts/init.sh' @@ -63,6 +64,11 @@ Docker: - any-glob-to-any-file: 'test.sh' - any-glob-to-any-file: 'test2.sh' +Devtools: + - changed-files: + - any-glob-to-any-file: '.devcontainer/**/*' + - any-glob-to-any-file: '!Dockerfile.dev' + Test: - changed-files: - any-glob-to-any-file: 'cucumber/**/*' diff --git a/.github/labels.yml b/.github/labels.yml index 47f4be7f..f4e077f0 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -108,3 +108,6 @@ - name: "Priority: Low" color: "00FF00" description: "Issues or pull requests with low priority" +- name: "Devtools" + color: "FF9E1F" + description: "Development tools" diff --git a/.github/release.yml b/.github/release.yml index 8bdb83be..2d0a9e0f 100644 --- a/.github/release.yml +++ b/.github/release.yml @@ -21,6 +21,10 @@ changelog: labels: - Translation + - title: Development Tools + labels: + - Devtools + - title: Other Changes labels: - "*"