Skip to content

Commit ef92617

Browse files
Merge pull request #35 from wayofdev/feat/add-additional-libraries
feat: add additional libraries
2 parents d44d966 + c1c214b commit ef92617

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/labeler.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
# Documentation https://github.com/marketplace/actions/labeler
55

66
"type: documentation":
7-
- assets/**/*
8-
- .github/*
9-
- ./*.md
7+
- changed-files:
8+
- any-glob-to-any-file: [ 'assets/**/*', '.github/*.yml', './*.md' ]
109

1110
"type: maintenance":
12-
- .github/workflows/*
11+
- changed-files:
12+
- any-glob-to-any-file: [ '.github/workflows/*' ]
1313

1414
...

src/group_vars/base.yml

+2
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ ext_native_enabled:
8888
- exif
8989
- gd
9090
- soap
91+
- imap
92+
- ldap
9193

9294
ext_pecl_enabled:
9395
- redis

0 commit comments

Comments
 (0)