diff --git a/.github/labeler.yml b/.github/labeler.yml index 50bc53f..3acd3f0 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -27,3 +27,51 @@ Frontend: Theme-Builder: - changed-files: - any-glob-to-any-file: src/Service/ThemeBuilder/** + +CI/CD: + - changed-files: + - any-glob-to-any-file: + - .github/workflows/** + - .github/actions/** + - .trunk/** + +Dependencies: + - changed-files: + - any-glob-to-any-file: + - composer.json + - composer.lock + - package.json + - package-lock.json + - yarn.lock + - pnpm-lock.yaml + +Config: + - changed-files: + - any-glob-to-any-file: + - src/etc/** + - src/**/etc/** + +Inspector: + - changed-files: + - any-glob-to-any-file: + - src/view/frontend/web/js/inspector/** + - src/view/frontend/web/js/inspector.js + - src/Model/TemplateEngine/Decorator/InspectorHints.php + +Toolbar: + - changed-files: + - any-glob-to-any-file: + - src/view/frontend/web/js/toolbar/** + - src/view/frontend/web/js/toolbar.js + - src/view/frontend/web/css/toolbar.css + +I18n: + - changed-files: + - any-glob-to-any-file: + - src/i18n/*.csv + +Styling: + - changed-files: + - any-glob-to-any-file: + - src/view/frontend/web/css/** + - "**/*.css" diff --git a/.trunk/trunk.yaml b/.trunk/trunk.yaml index 6fd2231..c27021e 100644 --- a/.trunk/trunk.yaml +++ b/.trunk/trunk.yaml @@ -27,19 +27,19 @@ lint: paths: - .ddev/** enabled: - - pinact@4.0.0 + - pinact@4.1.0 - svgo@4.0.1 - taplo@0.10.0 - - checkov@3.3.1 + - checkov@3.3.2 - actionlint@1.7.12 - git-diff-check - hadolint@2.14.0 - - markdownlint@0.48.0 - - oxipng@10.1.0 + - markdownlint@0.49.0 + - oxipng@10.1.1 - prettier@3.8.4 - shellcheck@0.11.0 - shfmt@3.6.0 - - trufflehog@3.92.5 + - trufflehog@3.95.6 - yamllint@1.38.0 actions: disabled: