diff --git a/.github/labeler.yml b/.github/labeler.yml index af814de..9bb30de 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -4,11 +4,11 @@ # Documentation https://github.com/marketplace/actions/labeler "type: documentation": - - assets/**/* - - .github/* - - ./*.md + - changed-files: + - any-glob-to-any-file: [ 'assets/**/*', '.github/*.yml', './*.md' ] "type: maintenance": - - .github/workflows/* + - changed-files: + - any-glob-to-any-file: [ '.github/workflows/*' ] ... diff --git a/src/group_vars/base.yml b/src/group_vars/base.yml index 88b68d9..6599517 100644 --- a/src/group_vars/base.yml +++ b/src/group_vars/base.yml @@ -88,6 +88,8 @@ ext_native_enabled: - exif - gd - soap + - imap + - ldap ext_pecl_enabled: - redis