We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d44d966 + c1c214b commit ef92617Copy full SHA for ef92617
.github/labeler.yml
@@ -4,11 +4,11 @@
4
# Documentation https://github.com/marketplace/actions/labeler
5
6
"type: documentation":
7
- - assets/**/*
8
- - .github/*
9
- - ./*.md
+ - changed-files:
+ - any-glob-to-any-file: [ 'assets/**/*', '.github/*.yml', './*.md' ]
10
11
"type: maintenance":
12
- - .github/workflows/*
+ - any-glob-to-any-file: [ '.github/workflows/*' ]
13
14
...
src/group_vars/base.yml
@@ -88,6 +88,8 @@ ext_native_enabled:
88
- exif
89
- gd
90
- soap
91
+ - imap
92
+ - ldap
93
94
ext_pecl_enabled:
95
- redis
0 commit comments